Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 85e6294

Browse files
authored
ci: fix jsr deployment (#90)
Signed-off-by: Stephan Renatus <stephan@styra.com>
1 parent 7047935 commit 85e6294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sdk_publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: 21
28-
- run: npx jsr publish
28+
- run: |
29+
npm ci
30+
npx jsr publish
2931
3032
docs:
3133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)