Skip to content

Commit 660bfb5

Browse files
authored
Update npm-publish.yml
1 parent 506b0d5 commit 660bfb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- run: npm i
1919
- run: npm test
2020
- run: npm version ${{ github.event.release.tag_name }}
21-
- run: npm publish
21+
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
2222
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
23+
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
24+
- run: npm publish
2425
- run: git push
2526
env:
2627
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)