Skip to content

Commit 8da57c7

Browse files
author
Curtis Banh
committed
test build
1 parent bcde1a6 commit 8da57c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Bump alpha version
9090
if: github.ref == 'refs/heads/develop' && github.event_name != 'workflow_dispatch'
9191
run: |
92-
TAG=$(bumpver show -e | awk -F= '$1 == "TAG" {print $2};')
92+
TAG=$(bumpver show -n -e | awk -F= '$1 == "TAG" {print $2};')
9393
if [ $TAG == 'final' ]; then
9494
# Bump patch version first then append tag
9595
bumpver update --patch --tag alpha --tag-num

0 commit comments

Comments
 (0)