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