Skip to content

Commit

Permalink
ci: Skip CI workflows on package version bumps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rpf3 committed May 1, 2024
1 parent 95896c2 commit 90bba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version"
npm version ${{ steps.gitversion.outputs.semver }} -m "chore: Bump package version [no ci]"
git push
- name: Build
Expand Down

0 comments on commit 90bba43

Please sign in to comment.