Skip to content

Commit

Permalink
set env to ops during release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Greguska authored and Frank Greguska committed Jun 14, 2024
1 parent 7dfe03e commit 6610bdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
echo "TARGET_ENV=UAT" >> $GITHUB_ENV
- name: Release version
if: github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request'
run: bumpver update -f -n --tag final
run: |
bumpver update -f -n --tag final
echo "TARGET_ENV=OPS" >> $GITHUB_ENV
# -- Build --
- name: Show bumpver contents
run: cat bumpver.toml
Expand Down

0 comments on commit 6610bdf

Please sign in to comment.