There was an error while loading. Please reload this page.
1 parent 71a2c4e commit a4fb6baCopy full SHA for a4fb6ba
1 file changed
.github/workflows/release.yml
@@ -75,4 +75,6 @@ jobs:
75
76
- name: Publish to npm (trusted publishing)
77
if: ${{ !contains(github.ref, '-') }}
78
- run: npm publish --access public --provenance
+ run: |
79
+ rm -f *.tgz
80
+ npm publish --access public --provenance
0 commit comments