Merge pull request #641 from actions/cdb/npm-registry-url

Update to use the $registry-url() token
This commit is contained in:
Cameron Booth
2020-09-09 17:20:59 -07:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
registry-url: $registry-url(npm)
- run: npm ci
- run: npm publish
env: