Skip to content

Commit 6cea769

Browse files
committed
ci: fix npm ERR! code ETARGET
1 parent 1cb1349 commit 6cea769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: npm run build
3434

35+
- name: Disable workspaces-update # https://github.com/dhoulb/multi-semantic-release#npm-v85-npm-err-notarget-no-matching-version-found-for
36+
run: npm config set workspaces-update false
37+
3538
- name: Release
3639
env:
3740
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)