Skip to content

Commit 90bba43

Browse files
author
Richard P. Field III
committed
ci: Skip CI workflows on package version bumps
This commit updates the commit message for the package version automation so that GitHub skips the CI workflow and a loop of commits and CI workflows does not occur.
1 parent 95896c2 commit 90bba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5454
git config --global user.name "github-actions[bot]"
55-
npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version"
55+
npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version [no ci]"
5656
git push
5757
5858
- name: Build

0 commit comments

Comments
 (0)