Skip to content

Commit b521691

Browse files
committed
chore(build): Avoid extra build after publish
1 parent 30b8754 commit b521691

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'KaotoIO/camel-catalog'
7575
env:
7676
GH_TOKEN: ${{ steps.app-token.outputs.token }}
77-
NODE_AUTH_TOKEN: ${{ secrets.KAOTO_NPM_TOKEN }}
7877
run: |
7978
git config user.name "github-actions[bot]"
8079
git config user.email "github-actions[bot]@users.noreply.github.com"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"conventionalCommits": true,
1010
"changelog": true,
11-
"message": "chore(release): publish",
11+
"message": "chore(release): publish [skip ci]",
1212
"command": {
1313
"publish": {
1414
"tag": true,

0 commit comments

Comments
 (0)