1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Merge pull request #2339 from bitwarden/patch/version-bump-prettier

Add prettier to the version bump workflow
This commit is contained in:
Joseph Flinn 2022-02-10 20:06:49 -08:00 committed by GitHub
commit 8ca83c351e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: prettier --write ./src/manifest.json
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"