Compare commits

..

1 commit
0.2.0 ... main

Author SHA1 Message Date
98e133c7d8
Added latest
All checks were successful
/ checking (push) Successful in 10s
/ build-site (push) Successful in 1m2s
/ check-tag (push) Successful in 2s
/ create-release (push) Successful in 7m39s
2024-10-04 00:35:19 +02:00
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 }}
tags: forgejo.neshweb.net/firq/support-formatter-ui:${{ github.ref_name }}, forgejo.neshweb.net/firq/support-formatter-ui:latest
create-release:
needs: [ build-site ]

View file

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