Skip to content

Commit

Permalink
refactor(experimental): fix styling after generating changelogs on CI…
Browse files Browse the repository at this point in the history
… (3) (#2440)
  • Loading branch information
lorisleiva authored Apr 4, 2024
1 parent c05a865 commit efe20ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: changeset version && pnpm style:fix
version: pnpm changeset version && pnpm style:fix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit efe20ef

Please sign in to comment.