Skip to content

Commit 2623719

Browse files
fix formatting in release script
1 parent fee7e55 commit 2623719

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

+9
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
35+
- name: Fix formatting
36+
if: steps.changeset.outputs.hasChangesets == 'true'
37+
run: |
38+
git checkout changeset-release/main
39+
bun lint:fix
40+
git add .
41+
git commit -m "chore(release): 📦 fix formatting"
42+
git push origin changeset-release/main

0 commit comments

Comments
 (0)