Skip to content

Commit 7f07e8d

Browse files
committed
Update workflow typo
1 parent e6c5b43 commit 7f07e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm i -D changesets
2929

3030
- name: Check for changesets
31-
run: changeset status --since=main
31+
run: npx changeset status --since=main
3232

3333
- name: Install dependencies
3434
run: npm i --workspace=npm-packages/shared-utils && npm i --workspace=npm-packages/react-api

0 commit comments

Comments
 (0)