Skip to content

Commit c0cd516

Browse files
committed
Add sc
1 parent 8ae0905 commit c0cd516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update Package
3737
if: steps.new-size.outputs.new != steps.prev-size.outputs.prev
3838
run: |
39-
bunx @changepacks/cli -y --update patch -m "chore: update package version"
39+
bunx @changepacks/cli -y --update-type patch -m "chore: update package version"
4040
git add .
4141
git commit -m "chore: update package version"
4242
git push

0 commit comments

Comments
 (0)