Skip to content

Commit

Permalink
chore: use npminstall on auto release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 3, 2023
1 parent c4ecac6 commit 3ca540a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
install: 'npx npminstall'

0 comments on commit 3ca540a

Please sign in to comment.