Skip to content

Commit

Permalink
fix(mutates): fix package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 10, 2024
1 parent 3b03d06 commit 66b3b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_CONFIG_PROVENANCE: true
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"conventionalCommits": true
},
"git": {
"commitMessage": "chore(mutates): publish {version}"
"commitMessage": "chore(mutates): publish {version} [skip ci]"
},
"projects": ["packages/*"],
"changelog": {
Expand Down

0 comments on commit 66b3b10

Please sign in to comment.