Skip to content

Commit 8af054b

Browse files
committed
fix: chain pantry publish:commit calls for single-arg CLI
1 parent bb10b99 commit 8af054b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131

132132
- name: Publish Commit
133133
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
134-
run: pantry publish:commit './packages/action' './packages/bumpx'
134+
run: pantry publish:commit './packages/action' && pantry publish:commit './packages/bumpx'
135135
env:
136136
PANTRY_REGISTRY_TOKEN: ${{ secrets.PANTRY_TOKEN }}

0 commit comments

Comments
 (0)