diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f34185..3a4f764 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Bump alpha version if: github.ref == 'refs/heads/develop' && github.event_name != 'workflow_dispatch' run: | - TAG=$(bumpver show -e | awk -F= '$1 == "TAG" {print $2};') + TAG=$(bumpver show -n -e | awk -F= '$1 == "TAG" {print $2};') if [ $TAG == 'final' ]; then # Bump patch version first then append tag bumpver update --patch --tag alpha --tag-num