We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcde1a6 commit 8da57c7Copy full SHA for 8da57c7
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Bump alpha version
90
if: github.ref == 'refs/heads/develop' && github.event_name != 'workflow_dispatch'
91
run: |
92
- TAG=$(bumpver show -e | awk -F= '$1 == "TAG" {print $2};')
+ TAG=$(bumpver show -n -e | awk -F= '$1 == "TAG" {print $2};')
93
if [ $TAG == 'final' ]; then
94
# Bump patch version first then append tag
95
bumpver update --patch --tag alpha --tag-num
0 commit comments