Skip to content

Commit

Permalink
Fix build error in npm.yml (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
allancoding committed Feb 13, 2024
1 parent 2cce543 commit 43d151b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 43d151b

Please sign in to comment.