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