We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2af787 commit 874b771Copy full SHA for 874b771
1 file changed
.github/workflows/npm-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
needs: build
28
runs-on: ubuntu-latest
29
permissions:
30
- id-token: write # for provenance
+ id-token: write
31
contents: read
32
steps:
33
- uses: actions/checkout@v4
@@ -37,7 +37,4 @@ jobs:
37
registry-url: https://registry.npmjs.org/
38
cache: npm
39
- run: npm ci
40
- # prepublishOnly will run (build + test + typecheck) per your package.json
41
- run: npm publish --provenance --access public
42
- env:
43
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments