Skip to content

Commit d01c111

Browse files
committed
chore: release gha
1 parent 0a6e572 commit d01c111

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v4
16-
- name: setup deno
17-
uses: denoland/setup-deno@v2
1816
- name: get version
1917
id: vars
2018
run: echo ::set-output name=version::$(echo ${{github.ref_name}} | sed 's/^v//')
@@ -24,11 +22,9 @@ jobs:
2422
node-version: 18.x
2523
registry-url: https://registry.npmjs.com
2624
- name: build
27-
run: deno task npm $NPM_VERSION
28-
env:
29-
NPM_VERSION: ${{steps.vars.outputs.version}}
25+
run: npm run build
3026
- name: publish
3127
run: npm publish --access=public
32-
working-directory: ./npm
28+
working-directory: .
3329
env:
3430
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)