Skip to content

Commit 53365fc

Browse files
committed
fix(action): call pnpm run publish when changeset publishes
1 parent 679bc41 commit 53365fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
- name: Create Release Pull Request
6969
uses: changesets/action@v1
7070
with:
71-
publish: pnpm publish
71+
publish: pnpm run publish
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)