adding prettier to the version bump workflow

This commit is contained in:
Joseph Flinn 2022-02-10 19:56:15 -08:00 committed by Thomas Rittson
parent c41a935d7a
commit 9a1b76dc27
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ jobs:
version: ${{ github.event.inputs.version_number }}
file_path: "./src/manifest.json"
- name: Run Prettier after Version Bump
run: npm run prettier
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"