Skip to content

Commit bb3a883

Browse files
committed
fix: disable workspace update when running multi-semantic-release
1 parent 822eebd commit bb3a883

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm test
3535

3636
- name: Release
37-
run: npx multi-semantic-release
37+
run: npx --userconfig .npmrc-release multi-semantic-release
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc-release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workspaces-update = false

0 commit comments

Comments
 (0)