Skip to content

Commit 75d53da

Browse files
fix: chain pantry publish:commit calls for single-arg CLI
1 parent 7981bfb commit 75d53da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/bun-queue' './packages/devtools'
106+
run: pantry publish:commit './packages/bun-queue' && pantry publish:commit './packages/devtools'
107107
env:
108108
PANTRY_REGISTRY_TOKEN: ${{ secrets.PANTRY_TOKEN }}

0 commit comments

Comments
 (0)