We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0edd4 commit 2e7a457Copy full SHA for 2e7a457
.github/workflows/release.yaml
@@ -26,5 +26,11 @@ jobs:
26
- name: Generate .npmrc
27
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
28
29
+ - name: Use NPM Token with organization read access
30
+ uses: dkershner6/use-npm-token-action@v1
31
+ with:
32
+ token: "${{ secrets.NPM_TOKEN }}"
33
+ workspace: ./node
34
+
35
- name: Release version
36
run: npm run release --ci --npm.skipChecks
0 commit comments