Skip to content

Commit e0b5313

Browse files
committed
ci: fix version command
1 parent 2c8133c commit e0b5313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: "Create Pull Request or Publish to npm"
3535
uses: changesets/action@v1
3636
with:
37-
version: npm run version
37+
version: npm run version-packages
3838
publish: npm run npm:publish
3939
commit: "chore: version packages"
4040
env:

0 commit comments

Comments
 (0)