Skip to content

Commit

Permalink
chore: update publish npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Jan 15, 2024
1 parent fd49aaf commit db8d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
cd packages/${{ github.event.inputs.packagePath }}
npm install --legacy-peer-deps
npm version patch
npm version ${{ github.event.inputs.versionType }}
npm run build
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
Expand Down

0 comments on commit db8d8a9

Please sign in to comment.