Skip to content

Commit

Permalink
fix: release npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fjandin committed Dec 9, 2024
1 parent dc53582 commit 0f77599
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: deno publish
- name: Build for NPM
run: deno run -A bin/build-npm.ts
- name: Publish to NPM
run: ( cd npm && npm publish )
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: ( cd npm && npm publish )
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0f77599

Please sign in to comment.