mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Merge pull request #2339 from bitwarden/patch/version-bump-prettier
Add prettier to the version bump workflow
This commit is contained in:
commit
8ca83c351e
3
.github/workflows/version-bump.yml
vendored
3
.github/workflows/version-bump.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user