Skip to content

Commit

Permalink
Fix bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent 5344c47 commit 06f343f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Bump rc version
if: startsWith(github.ref, 'refs/heads/release/') && github.event_name != 'workflow_dispatch'
run: |
bumpver --tag rc --tag-num
bumpver update --tag rc --tag-num
echo "TARGET_ENV=UAT" >> $GITHUB_ENV
- name: Release version
if: github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
run: bumpver --tag final
run: bumpver update --tag final

# -- Build --
- name: Build
Expand Down

0 comments on commit 06f343f

Please sign in to comment.