Added latest
This commit is contained in:
parent
c673555f40
commit
98e133c7d8
2 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue