mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-29 01:00:13 +08:00
Update nodejs.yml
This commit is contained in:
parent
d8ec56bfd0
commit
5185977bcf
16
.github/workflows/nodejs.yml
vendored
16
.github/workflows/nodejs.yml
vendored
@ -40,11 +40,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: |
|
- run: npm install && npm publish
|
||||||
npm install
|
env:
|
||||||
npm publish
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
||||||
|
|
||||||
publish-gpr:
|
publish-gpr:
|
||||||
needs: build
|
needs: build
|
||||||
@ -56,9 +54,7 @@ jobs:
|
|||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
scope: '@hodgef'
|
scope: '@hodgef'
|
||||||
- run: |
|
- run: npm install && npm publish
|
||||||
npm install
|
env:
|
||||||
npm publish
|
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user