chore: Automated packaging commit uses a conventional commit message

This commit is contained in:
Clare Liguori
2020-01-01 15:17:04 -08:00
parent be8d1ecb70
commit 8588cbdcd3

View File

@@ -23,5 +23,5 @@ jobs:
run: | run: |
git config --global user.name "GitHub Actions" git config --global user.name "GitHub Actions"
git add dist/ git add dist/
git commit -m "Update dist" || echo "No changes to commit" git commit -m "chore: Update dist" || echo "No changes to commit"
git push origin HEAD:master git push origin HEAD:master