Update publish.yml

This commit is contained in:
Francisco Hodge 2019-10-12 22:58:04 -04:00 committed by GitHub
parent 17ac7b56de
commit 3764e7b6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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