We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8133c commit e0b5313Copy full SHA for e0b5313
.github/workflows/on-merge-main.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: "Create Pull Request or Publish to npm"
35
uses: changesets/action@v1
36
with:
37
- version: npm run version
+ version: npm run version-packages
38
publish: npm run npm:publish
39
commit: "chore: version packages"
40
env:
0 commit comments