Skip to content

Commit db8d8a9

Browse files
liujupingJackLian
authored andcommitted
chore: update publish npm.yml
1 parent fd49aaf commit db8d8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
3535
cd packages/${{ github.event.inputs.packagePath }}
3636
npm install --legacy-peer-deps
37-
npm version patch
37+
npm version ${{ github.event.inputs.versionType }}
3838
npm run build
3939
4040
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

0 commit comments

Comments
 (0)