Skip to content

Commit

Permalink
Update tox command in update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 19, 2024
1 parent 9fbd4e6 commit e8c52cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: bump2version patch
if: steps.update.outputs.BR_UPDATED == 'true'
run: |
tox -e bumpversion patch
tox -e bumpversion -- patch
- name: Push changes
if: steps.update.outputs.BR_UPDATED == 'true'
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit e8c52cb

Please sign in to comment.