Skip to content

Commit

Permalink
ci(release): remove --approve from update_version.py call
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Aug 6, 2024
1 parent 576cefe commit 6d3e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if [[ "$ver" == *"rc"* ]]; then
python scripts/update_version.py -v "${ver%"rc"}"
else
python scripts/update_version.py -v "$ver" --approve
python scripts/update_version.py -v "$ver"
fi
# show version and set output
Expand Down

0 comments on commit 6d3e050

Please sign in to comment.