Skip to content

Commit df9e397

Browse files
committed
Publish
1 parent cefb287 commit df9e397

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Publishing Workflow'
7+
description: 'Manual Publish'
88
required: false
99

1010
permissions:
@@ -19,7 +19,7 @@ jobs:
1919
# Checkout
2020
- uses: actions/checkout@v4
2121

22-
# Install Deno
22+
# Install Node
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: '20'
@@ -36,6 +36,4 @@ jobs:
3636

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

0 commit comments

Comments
 (0)