Skip to content

Commit d40fdeb

Browse files
committed
fix: disable lerna git operations
1 parent 64c6faf commit d40fdeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99

10-
permissions:
11-
contents: write
12-
1310
jobs:
1411
publish:
1512
name: Publish Release
@@ -57,4 +54,4 @@ jobs:
5754
run: yarn lerna run build
5855

5956
- name: Lerna Publish
60-
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly
57+
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly --no-push --no-git-tag-version --no-changelog

0 commit comments

Comments
 (0)