We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33b14c commit 770096dCopy full SHA for 770096d
1 file changed
.github/workflows/publish.yml
@@ -39,10 +39,10 @@ jobs:
39
run: deno task build
40
41
# Publish
42
- # - name: Publish
43
- # run: deno task publish
+ - name: Publish
+ run: deno task publish
44
45
46
- - name: Publish
47
- run: npm publish typebox-*.tgz --provenance --access public
48
- working-directory: target/build
+ # - name: Publish
+ # run: npm publish typebox-*.tgz --provenance --access public
+ # working-directory: target/build
0 commit comments