Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Mar 21, 2024
1 parent d99a2fd commit 81ecdbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Build Picotool
run: ./build.sh
Expand All @@ -33,4 +34,4 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npm publish --access public
run: yarn publish --access public

0 comments on commit 81ecdbc

Please sign in to comment.