Skip to content

Commit

Permalink
Add skip-ci to commit message to prevent kicking off another build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-pope-customer-io committed Dec 19, 2023
1 parent 216ec48 commit 8d34537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Commit the changed package.json file to master
git add package.json
git commit -m "Bump version to ${{ steps.bump-semver.outputs.new_version }}"
git commit -m "Bump version to ${{ steps.bump-semver.outputs.new_version }} [skip ci]"
git push origin master

# Tag the new version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Commit the changed package.json file to develop
git add package.json
git commit -m "Bump version to ${{ steps.bump-semver.outputs.new_version }}"
git commit -m "Bump version to ${{ steps.bump-semver.outputs.new_version }} [skip ci]"
git push origin develop

# Merge develop into master
Expand Down

0 comments on commit 8d34537

Please sign in to comment.