build: fix deploy
All checks were successful
Go Bump / bump (push) Successful in 31s
Go Test / test (push) Successful in 48s

This commit is contained in:
xuu 2023-09-30 21:01:23 -06:00
parent 1a2087f2ee
commit bcadac0f07

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
- run: git tag v$(cli next --stable=false) && git push --tags || echo no change
- run: echo "🍏 This job's status is ${{ job.status }}."