We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefb287 commit df9e397Copy full SHA for df9e397
1 file changed
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
version:
7
- description: 'Publishing Workflow'
+ description: 'Manual Publish'
8
required: false
9
10
permissions:
@@ -19,7 +19,7 @@ jobs:
19
# Checkout
20
- uses: actions/checkout@v4
21
22
- # Install Deno
+ # Install Node
23
- uses: actions/setup-node@v4
24
with:
25
node-version: '20'
@@ -36,6 +36,4 @@ jobs:
36
37
# Publish
38
- name: Publish
39
- run: |
40
- cd target/build
41
- npm publish typebox-*.tgz --access=public
+ run: deno task publish
0 commit comments