We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec5330f + 8eb7476 commit a965536Copy full SHA for a965536
1 file changed
.github/workflows/publish_release.yml
@@ -34,6 +34,4 @@ jobs:
34
run: npx gulp dist
35
36
- name: Publish the `pdfjs-dist` library to NPM
37
- run: npm publish ./build/dist --provenance
38
- env:
39
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish ./build/dist
0 commit comments