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 12ee6b2 commit 7d43de0Copy full SHA for 7d43de0
.github/workflows/testing.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
+ env:
21
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
with:
23
node-version-file: .node-version
24
registry-url: https://registry.npmjs.org/
@@ -26,6 +28,7 @@ jobs:
26
28
npm version ${TAG_NAME} --git-tag-version=false
27
29
env:
30
TAG_NAME: ${{ github.event.inputs.tag_name }}
31
32
- run: npm whoami; npm publish --access public
33
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments