We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899c713 commit 5340129Copy full SHA for 5340129
1 file changed
.github/workflows/test-release.yml
@@ -131,7 +131,7 @@ jobs:
131
git config user.name "github-actions[bot]"
132
git config user.email "github-actions[bot]@users.noreply.github.com"
133
git add setup.py README.md CHANGELOG.md
134
- git commit -m "Bump version to ${{ steps.nextversion.outputs.next }}"
+ git commit -m "Bump to ${{ steps.nextversion.outputs.next }} [skip ci]"
135
136
- name: Push changes
137
if: steps.tagcheck.outputs.should_release == 'true'
0 commit comments