We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44664f7 commit 7c4ee79Copy full SHA for 7c4ee79
1 file changed
.github/workflows/release.yaml
@@ -24,6 +24,9 @@ jobs:
24
- run: npm ci
25
- run: npm run build
26
- run: npm audit signatures
27
+ - name: Workaround for semantic-release npm plugin and npm 10 workspace bug
28
+ run: rm package-lock.json
29
+
30
- run: npx semantic-release
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments