Skip to content

Commit 7c4ee79

Browse files
committed
fix: update
1 parent 44664f7 commit 7c4ee79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm audit signatures
27+
- name: Workaround for semantic-release npm plugin and npm 10 workspace bug
28+
run: rm package-lock.json
29+
2730
- run: npx semantic-release
2831
env:
2932
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)