fix: bump version
All checks were successful
Go Bump / bump (push) Successful in 42s
Go Test / test (push) Successful in 51s

This commit is contained in:
xuu 2023-09-30 20:56:24 -06:00
parent 5180a93ee6
commit cdc7d62440

View File

@ -13,8 +13,6 @@ jobs:
fetch-depth: 0
fetch-tags: true
- run: echo stable=${{ inputs.STABLE }} pre=${{ inputs.BETA }}
- name: Set up Go
uses: actions/setup-go@v3
with:
@ -22,7 +20,7 @@ jobs:
- run: go install github.com/psanetra/git-semver/cli@master
- run: git tag v$(cli next --stable=false --pre-release-counter)
- run: git tag v$(cli next --stable=false)
- run: git push --tags
- run: echo "🍏 This job's status is ${{ job.status }}."