Update publish.yml

This commit is contained in:
Francisco Hodge 2019-10-12 23:27:28 -04:00 committed by GitHub
parent 71b451f02a
commit c6e96c5fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ jobs:
- name: Bump version
run: |
git reset --hard
npm version patch
npm run build
git add . || true