1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

adding prettier to the version bump workflow

This commit is contained in:
Joseph Flinn
2022-02-10 19:56:15 -08:00
parent b3daabc13f
commit a5347636ef

View File

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