1 Commits

Author SHA1 Message Date
xuu
79114e8b8e Update .gitea/workflows/bump-push.yml
All checks were successful
Go Bump / bump (push) Successful in 28s
2023-11-09 13:52:20 -07:00

View File

@@ -20,6 +20,6 @@ jobs:
- run: go install github.com/psanetra/git-semver/cli@master
- run: git tag v$(cli next --stable=false) && git push --tags || echo no change
- run: git tag v$(cli next) && git push --tags || echo no change
- run: echo "🍏 This job's status is ${{ job.status }}."