Skip to content

Commit

Permalink
chore: format on pre-release (#8634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jul 6, 2022
1 parent 5ff205d commit 4cd97e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
npm install
npm run docusaurus docs:version $(jq -r .version ../package.json)
- name: Format
run: npm run format
- name: Commit
run: |
git config --global user.name 'release-please[bot]'
Expand Down

0 comments on commit 4cd97e9

Please sign in to comment.