We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822eebd commit bb3a883Copy full SHA for bb3a883
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm test
35
36
- name: Release
37
- run: npx multi-semantic-release
+ run: npx --userconfig .npmrc-release multi-semantic-release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmrc-release
@@ -0,0 +1 @@
1
+workspaces-update = false
0 commit comments