Merge pull request #432 from actions/ethomson/npm-publish
npm-publish: remove explicit scope
This commit is contained in:
@@ -41,7 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
scope: '@your-github-username'
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user