Update .gitea/workflows/bump-push.yml
Go Bump / bump (push) Successful in 28s Details

main v2.6.0
xuu 2023-11-09 13:52:20 -07:00
parent 1b8e8ad26a
commit 79114e8b8e
1 changed files with 1 additions and 1 deletions

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 }}."