Skip to content

Commit d1b46a4

Browse files
committed
Publish
1 parent 89e029c commit d1b46a4

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
node-version: '20'
2626
registry-url: 'https://registry.npmjs.org'
2727

28+
# Update Npm
29+
- uses: actions/setup-node@v4
30+
run: npm install npm -g
31+
2832
# Install Deno
2933
- uses: denoland/setup-deno@v2
3034
with:
@@ -35,10 +39,10 @@ jobs:
3539
run: deno task build
3640

3741
# Publish
38-
- name: Publish
39-
run: deno task publish
40-
41-
# # Publish
4242
# - name: Publish
43-
# run: npm publish typebox-*.tgz --provenance --access public
44-
# working-directory: target/build
43+
# run: deno task publish
44+
45+
# Publish
46+
- name: Publish
47+
run: npm publish typebox-*.tgz --provenance --access public
48+
working-directory: target/build

0 commit comments

Comments
 (0)