fix: bump version
This commit is contained in:
parent
5180a93ee6
commit
cdc7d62440
|
@ -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 }}."
|
||||
|
|
Loading…
Reference in New Issue
Block a user