mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-03 16:02:56 +08:00
Merge branch 'master' of https://github.com/hodgef/simple-keyboard
This commit is contained in:
commit
669b9b3bf9
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