Skip to content

Commit

Permalink
Fix github action release (test5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzonenose committed Nov 22, 2024
1 parent e717ca8 commit 4bf201f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ jobs:
name: changelog
path: ./dist/package/CHANGELOG.md

- name: Use registry npm
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish on npm
run: |
cd ./dist/package
Expand Down

0 comments on commit 4bf201f

Please sign in to comment.