Merge pull request #432 from actions/ethomson/npm-publish

npm-publish: remove explicit scope
This commit is contained in:
Mike Coutermarsh
2020-03-20 08:44:05 -07:00
committed by GitHub
-1
View File
@@ -41,7 +41,6 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@your-github-username'
- run: npm ci
- run: npm publish
env: