We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b972a commit a1e1122Copy full SHA for a1e1122
.github/workflows/release.yml
@@ -18,6 +18,6 @@ jobs:
18
cache: "npm"
19
- run: npm ci
20
- run: npm audit signatures
21
- - run: npm publish --provenance
+ - run: npm publish
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments