mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Update publish.yml
This commit is contained in:
parent
96b83b9840
commit
98d389080c
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
|
||||
- name: Bump version
|
||||
run: |
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
git reset --hard
|
||||
npm version patch
|
||||
npm run build
|
||||
@ -52,6 +53,7 @@ jobs:
|
||||
|
||||
- name: npm publish
|
||||
run: |
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
||||
npm run trypublish
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user