Merge pull request #641 from actions/cdb/npm-registry-url
Update to use the $registry-url() token
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: $registry-url(npm)
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user