mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
ci(api): 🐛 Fix public test workflow
This commit is contained in:
parent
affe456fb8
commit
0fc94cab3b
2
.github/workflows/test-publish.yml
vendored
2
.github/workflows/test-publish.yml
vendored
|
|
@ -25,9 +25,11 @@ jobs:
|
|||
run: bun install
|
||||
|
||||
- name: Publish to NPM
|
||||
working-directory: packages/${{ matrix.package }}
|
||||
run: bun publish --dry-run
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish to JSR
|
||||
working-directory: packages/${{ matrix.package }}
|
||||
run: bunx jsr publish --allow-slow-types --allow-dirty --dry-run
|
||||
|
|
|
|||
Loading…
Reference in a new issue