diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 98107ca..e14d37c 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: - name: Tag version run: | + git tag -d ${{ github.event.inputs.version }} 2>/dev/null || true + git push origin --delete ${{ github.event.inputs.version }} 2>/dev/null || true git tag ${{ github.event.inputs.version }} git push origin ${{ github.event.inputs.version }}