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