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
|
- name: Bump version
|
||||||
run: |
|
run: |
|
||||||
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
git reset --hard
|
git reset --hard
|
||||||
npm version patch
|
npm version patch
|
||||||
npm run build
|
npm run build
|
||||||
@ -52,6 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: npm publish
|
- name: npm publish
|
||||||
run: |
|
run: |
|
||||||
|
export NODE_OPTIONS=--openssl-legacy-provider
|
||||||
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
||||||
npm run trypublish
|
npm run trypublish
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user