Update publish.yml

This commit is contained in:
Francisco Hodge 2019-10-13 00:21:46 -04:00 committed by GitHub
parent 3472031203
commit be0f4a016d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
npm version patch
npm run build
git add . || true
git commit -m "Build Update" || true
git commit -m "Build update" || true
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}