Skip to content

Commit

Permalink
execute tbump in non-interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dakue-soda committed Jan 29, 2025
1 parent c044267 commit 47f21a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install tbump
tbump --only-patch 4.0.0dev${GITHUB_RUN_NUMBER}
tbump --only-patch --non-interactive 4.0.0dev${GITHUB_RUN_NUMBER}

0 comments on commit 47f21a8

Please sign in to comment.