Skip to content

Commit 5340129

Browse files
committed
Prevent loop with [skip ci]
1 parent 899c713 commit 5340129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
git config user.name "github-actions[bot]"
132132
git config user.email "github-actions[bot]@users.noreply.github.com"
133133
git add setup.py README.md CHANGELOG.md
134-
git commit -m "Bump version to ${{ steps.nextversion.outputs.next }}"
134+
git commit -m "Bump to ${{ steps.nextversion.outputs.next }} [skip ci]"
135135
136136
- name: Push changes
137137
if: steps.tagcheck.outputs.should_release == 'true'

0 commit comments

Comments
 (0)