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 8ae0905 commit c0cd516Copy full SHA for c0cd516
.github/workflows/sc.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Update Package
37
if: steps.new-size.outputs.new != steps.prev-size.outputs.prev
38
run: |
39
- bunx @changepacks/cli -y --update patch -m "chore: update package version"
+ bunx @changepacks/cli -y --update-type patch -m "chore: update package version"
40
git add .
41
git commit -m "chore: update package version"
42
git push
0 commit comments