We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e029c commit d1b46a4Copy full SHA for d1b46a4
1 file changed
.github/workflows/publish.yml
@@ -25,6 +25,10 @@ jobs:
25
node-version: '20'
26
registry-url: 'https://registry.npmjs.org'
27
28
+ # Update Npm
29
+ - uses: actions/setup-node@v4
30
+ run: npm install npm -g
31
+
32
# Install Deno
33
- uses: denoland/setup-deno@v2
34
with:
@@ -35,10 +39,10 @@ jobs:
35
39
run: deno task build
36
40
37
41
# Publish
38
- - name: Publish
- run: deno task publish
-
- # # Publish
42
# - name: Publish
43
- # run: npm publish typebox-*.tgz --provenance --access public
44
- # working-directory: target/build
+ # run: deno task publish
45
+ # Publish
46
+ - name: Publish
47
+ run: npm publish typebox-*.tgz --provenance --access public
48
+ working-directory: target/build
0 commit comments