mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-29 09:25:41 +08:00
Update publish.yml
This commit is contained in:
parent
17ac7b56de
commit
3764e7b6f9
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -14,17 +14,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run test
|
- run: npm run test -- --watchAll
|
||||||
|
|
||||||
- run: git config --local --list
|
|
||||||
|
|
||||||
- name: Setup GIT
|
- name: Setup GIT
|
||||||
run: |
|
run: |
|
||||||
|
git config --local --list
|
||||||
git checkout master
|
git checkout master
|
||||||
git config user.email "$GH_EMAIL"
|
git config user.email "$GH_EMAIL"
|
||||||
git config user.name "Francisco Hodge"
|
git config user.name "Francisco Hodge"
|
||||||
env:
|
env:
|
||||||
CI: true
|
|
||||||
GH_EMAIL: ${{secrets.GH_EMAIL}}
|
GH_EMAIL: ${{secrets.GH_EMAIL}}
|
||||||
|
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user