Skip to content

Commit 664ea19

Browse files
fix: chain pantry publish:commit calls for single-arg CLI
1 parent 24e10de commit 664ea19

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
@@ -103,6 +103,6 @@ jobs:
103103

104104
- name: Publish Commit
105105
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
106-
run: pantry publish:commit './packages/tlsx' './packages/bun-plugin' './packages/vite-plugin'
106+
run: pantry publish:commit './packages/tlsx' && pantry publish:commit './packages/bun-plugin' && pantry publish:commit './packages/vite-plugin'
107107
env:
108108
PANTRY_REGISTRY_TOKEN: ${{ secrets.PANTRY_TOKEN }}

0 commit comments

Comments
 (0)