Update to use the $registry-url() token

This commit is contained in:
Cameron Booth
2020-09-09 15:42:40 -07:00
committed by GitHub
parent 188a1b0995
commit c6ccc6f609
+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: