1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-01-10 21:42:40 +00:00

Update readme

This commit is contained in:
Danny McCormick 2019-08-05 12:02:15 -04:00
parent f338d8591f
commit 8e12aec29e

View file

@ -50,7 +50,7 @@ steps:
- run: npm install
- run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
```
Set up auth with yarn:
@ -64,7 +64,7 @@ steps:
- run: npm install
- run: yarn publish
env:
YARN_TOKEN: ${{ secrets.YARN_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
```
# License