We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b8754 commit b521691Copy full SHA for b521691
.github/workflows/build-publish.yml
@@ -74,7 +74,6 @@ jobs:
74
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'KaotoIO/camel-catalog'
75
env:
76
GH_TOKEN: ${{ steps.app-token.outputs.token }}
77
- NODE_AUTH_TOKEN: ${{ secrets.KAOTO_NPM_TOKEN }}
78
run: |
79
git config user.name "github-actions[bot]"
80
git config user.email "github-actions[bot]@users.noreply.github.com"
lerna.json
@@ -8,7 +8,7 @@
8
],
9
"conventionalCommits": true,
10
"changelog": true,
11
- "message": "chore(release): publish",
+ "message": "chore(release): publish [skip ci]",
12
"command": {
13
"publish": {
14
"tag": true,
0 commit comments