Compare commits

..

No commits in common. "main" and "0.2.0" have entirely different histories.
main ... 0.2.0

2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: forgejo.neshweb.net/firq/support-formatter-ui:${{ github.ref_name }}, forgejo.neshweb.net/firq/support-formatter-ui:latest
tags: forgejo.neshweb.net/firq/support-formatter-ui:${{ github.ref_name }}
create-release:
needs: [ build-site ]

View file

@ -1,7 +1,7 @@
{
"name": "support-formatter-ui",
"type": "module",
"version": "0.2.1",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",