We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4c9e8 commit 7e11c70Copy full SHA for 7e11c70
.github/workflows/npm-publish.yml
@@ -28,11 +28,13 @@ jobs:
28
with:
29
node-version: 22
30
registry-url: https://registry.npmjs.org/
31
+ env:
32
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_SHEET}}
33
- run: npm install
34
- run: npm run build
35
- run: npm publish --provenance --access public
36
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
37
38
39
publish-gpr:
40
needs: build
0 commit comments