|
|
@ -20,17 +20,4 @@ jobs:
|
|
|
|
registry-url: https://registry.npmjs.org/
|
|
|
|
registry-url: https://registry.npmjs.org/
|
|
|
|
- run: npm publish
|
|
|
|
- run: npm publish
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
|
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
|
|
|
|
|
|
|
|
|
|
publish-gpr:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
|
|
|
|
- uses: actions/setup-node@v1
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
node-version: 12
|
|
|
|
|
|
|
|
registry-url: https://npm.pkg.github.com/
|
|
|
|
|
|
|
|
- run: npm install
|
|
|
|
|
|
|
|
- run: npm publish
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
NODE_AUTH_TOKEN: ${{secrets.GHUB_TOKEN}}
|
|
|
|
|