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 7981bfb commit 75d53daCopy full SHA for 75d53da
.github/workflows/ci.yml
@@ -103,6 +103,6 @@ jobs:
103
104
- name: Publish Commit
105
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
106
- run: pantry publish:commit './packages/bun-queue' './packages/devtools'
+ run: pantry publish:commit './packages/bun-queue' && pantry publish:commit './packages/devtools'
107
env:
108
PANTRY_REGISTRY_TOKEN: ${{ secrets.PANTRY_TOKEN }}
0 commit comments