Skip to content

Commit d3ad442

Browse files
Update npm-publish.yml
1 parent b51d9fb commit d3ad442

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ jobs:
1414
id: get_tag_version
1515
run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
1616

17+
- uses: denoland/setup-deno@v1
18+
with:
19+
deno-version: v1.x
20+
1721
- uses: actions/setup-node@v2
1822
with:
1923
node-version: "18.x"
2024
registry-url: "https://registry.npmjs.org"
2125

2226
- name: npm build
23-
run: deno run -A ./scripts/build.ts ${{steps.get_tag_version.outputs.TAG_VERSION}}
27+
run: deno run -A scripts/build.ts ${{steps.get_tag_version.outputs.TAG_VERSION}}
2428

2529
- name: npm publish
2630
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)