mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Update nodejs.yml
This commit is contained in:
parent
c9213b0673
commit
6bf2267c54
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
@ -40,7 +40,9 @@ jobs:
|
||||
with:
|
||||
node-version: 12
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm publish
|
||||
- run: |
|
||||
npm install
|
||||
npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
@ -54,7 +56,9 @@ jobs:
|
||||
node-version: 12
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@hodgef'
|
||||
- run: npm publish
|
||||
- run: |
|
||||
npm install
|
||||
npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user