We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e01198 commit 49bfb1cCopy full SHA for 49bfb1c
1 file changed
.github/workflows/publish.yml
@@ -36,4 +36,6 @@ jobs:
36
37
# Publish
38
- name: Publish
39
- run: deno task publish
+ run: |
40
+ cd target/build
41
+ npm publish typebox-*.tgz --access=public
0 commit comments