Skip to content

Commit 1404497

Browse files
committed
chore: update release workflow
1 parent 24e2a2c commit 1404497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
- uses: asdf-vm/actions/install@v2
1919

20-
- run: deno task build
20+
- run: |
21+
deno task build
22+
asdf global nodejs `node -v | sed 's/v//'`
2123
2224
- uses: cycjimmy/semantic-release-action@v3
2325
with:

0 commit comments

Comments
 (0)