We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6faf commit d40fdebCopy full SHA for d40fdeb
.github/workflows/publish.yml
@@ -7,9 +7,6 @@ on:
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
10
-permissions:
11
- contents: write
12
-
13
jobs:
14
publish:
15
name: Publish Release
@@ -57,4 +54,4 @@ jobs:
57
54
run: yarn lerna run build
58
55
59
56
- name: Lerna Publish
60
- run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly
+ 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