File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ jobs:
7373
7474 # 下面主要是创建 github 的release
7575 # 关于创建 release 的更多参数,可以查看 actions/create-release@v1
76- - name : Create Release for Tag
77- id : release_tag
78- uses : actions/create-release@v1
79- env :
80- GITHUB_TOKEN : ${{ secrets.GIT_ACTION }} # 这块需要用到 github的token,因为需要对分之进行代码推送
81- with :
82- tag_name : v${{ steps.package-version.outputs.version }}
83- release_name : Release v${{ steps.package-version.outputs.version }}
84- prerelease : false # 是否为预发布版本
85- body : |
86- 请点击查看 [更新日志](https://github.com/hellof2e/quark-core/releases/tag/v${{ steps.package-version.outputs.version }}).
76+ # - name: Create Release for Tag
77+ # id: release_tag
78+ # uses: actions/create-release@v1
79+ # env:
80+ # GITHUB_TOKEN: ${{ secrets.GIT_ACTION }} # 这块需要用到 github的token,因为需要对分之进行代码推送
81+ # with:
82+ # tag_name: v${{ steps.package-version.outputs.version }}
83+ # release_name: Release v${{ steps.package-version.outputs.version }}
84+ # prerelease: false # 是否为预发布版本
85+ # body: |
86+ # 请点击查看 [更新日志](https://github.com/hellof2e/quark-core/releases/tag/v${{ steps.package-version.outputs.version }}).
8787
8888 - run : npx changelogithub # or changelogithub@0.12 if ensure the stable result
8989 env :
Original file line number Diff line number Diff line change 11{
22 "name" : " quarkc" ,
3- "version" : " 1.0.57 " ,
3+ "version" : " 1.0.58 " ,
44 "description" : " A Web Components framework" ,
55 "type" : " module" ,
66 "main" : " ./lib/index.umd.js" ,
You can’t perform that action at this time.
0 commit comments