Skip to content

Commit

Permalink
fix(action): call pnpm run publish when changeset publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Dec 18, 2024
1 parent 679bc41 commit 53365fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: pnpm publish
publish: pnpm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53365fc

Please sign in to comment.