Merge pull request #20468 from timvandermeij/trusted-publishing
Use OIDC trusted publishing in the GitHub Actions release workflow
This commit is contained in:
commit
a965536485
4
.github/workflows/publish_release.yml
vendored
4
.github/workflows/publish_release.yml
vendored
@ -34,6 +34,4 @@ jobs:
|
|||||||
run: npx gulp dist
|
run: npx gulp dist
|
||||||
|
|
||||||
- name: Publish the `pdfjs-dist` library to NPM
|
- name: Publish the `pdfjs-dist` library to NPM
|
||||||
run: npm publish ./build/dist --provenance
|
run: npm publish ./build/dist
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user