Skip to content

Commit 49bfb1c

Browse files
committed
Publish
1 parent 0e01198 commit 49bfb1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636

3737
# Publish
3838
- name: Publish
39-
run: deno task publish
39+
run: |
40+
cd target/build
41+
npm publish typebox-*.tgz --access=public

0 commit comments

Comments
 (0)