Skip to content

Commit 1f0c946

Browse files
authored
Fix changesets publish command (#2097)
1 parent d1b3c1e commit 1f0c946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
id: changesets
128128
uses: changesets/action@v1.5.3
129129
with:
130-
publish: pnpm --filter @guardian/commercial-core changeset publish
130+
publish: pnpm changeset publish
131131
title: '🦋 Release package updates'
132132
commit: 'Bump package versions'
133133
setupGitUser: false

0 commit comments

Comments
 (0)