Skip to content

Commit

Permalink
feat: 优化发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Feb 23, 2024
1 parent 1c3c6ed commit e0a6d55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish beta npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
npm install
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
cd packages/${{ github.event.inputs.packagePath }}
npm install --legacy-peer-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
git config --local user.name "GitHub Action"
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm install
cd packages/${{ github.event.inputs.packagePath }}
npm install --legacy-peer-deps
npm version ${{ github.event.inputs.versionType }}
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-multiple-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@
],
"fastPublish": {
"npmClient": "npm"
}
},
"repository": "https://github.com/alibaba/lowcode-plugins.git"
}

0 comments on commit e0a6d55

Please sign in to comment.