Skip to content

Commit

Permalink
chore: add [skip ci] to changelog commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 30, 2024
1 parent 09f93ba commit 4c05b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add CHANGELOG.md
git commit -m "ci: update changelog"
git commit -m "ci: update changelog\n\n[skip ci]"
git push
- name: Publish to NPM
Expand Down

0 comments on commit 4c05b6d

Please sign in to comment.