Skip to content

Commit

Permalink
fix formatting in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 23, 2024
1 parent fee7e55 commit 2623719
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Fix formatting
if: steps.changeset.outputs.hasChangesets == 'true'
run: |
git checkout changeset-release/main
bun lint:fix
git add .
git commit -m "chore(release): 📦 fix formatting"
git push origin changeset-release/main

0 comments on commit 2623719

Please sign in to comment.