Skip to content

Commit 770096d

Browse files
committed
Publish
1 parent b33b14c commit 770096d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
run: deno task build
4040

4141
# Publish
42-
# - name: Publish
43-
# run: deno task publish
42+
- name: Publish
43+
run: deno task publish
4444

4545
# Publish
46-
- name: Publish
47-
run: npm publish typebox-*.tgz --provenance --access public
48-
working-directory: target/build
46+
# - name: Publish
47+
# run: npm publish typebox-*.tgz --provenance --access public
48+
# working-directory: target/build

0 commit comments

Comments
 (0)