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 24e10de commit 664ea19Copy full SHA for 664ea19
1 file changed
.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/tlsx' './packages/bun-plugin' './packages/vite-plugin'
+ run: pantry publish:commit './packages/tlsx' && pantry publish:commit './packages/bun-plugin' && pantry publish:commit './packages/vite-plugin'
107
env:
108
PANTRY_REGISTRY_TOKEN: ${{ secrets.PANTRY_TOKEN }}
0 commit comments