mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
adding prettier to the version bump workflow
This commit is contained in:
parent
b3daabc13f
commit
a5347636ef
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: npm run prettier
|
||||
|
||||
- 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