build: fix deploy
Some checks failed
Go Bump / bump (push) Failing after 31s
Go Test / test (push) Successful in 48s

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

View File

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