Skip to content

Commit a01644b

Browse files
authored
chore(ci): fix formatting script (#699)
-_-''
1 parent c7d77e1 commit a01644b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
contents: ${{ needs.release_metadata.outputs.changelog }}
8080

8181
- name: Format
82-
run: yarn format:fix
82+
run: yarn && yarn format:fix
8383

8484
- name: Commit changes
8585
id: commit

0 commit comments

Comments
 (0)