We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e6738 commit 7d51d47Copy full SHA for 7d51d47
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,9 @@ jobs:
21
publish-npm:
22
needs: build
23
runs-on: ubuntu-latest
24
+ permissions:
25
+ contents: read
26
+ id-token: write
27
steps:
28
- uses: actions/checkout@v6
29
- uses: actions/setup-node@v6
@@ -29,4 +32,4 @@ jobs:
32
registry-url: https://registry.npmjs.org/
30
33
- run: npm ci
31
34
- run: npm run prerelease
- - run: npm publish --ignore-scripts
35
+ - run: npm publish --provenance --access public --ignore-scripts
0 commit comments