Skip to content

Commit

Permalink
ci: 更新自动打包prerelease包的ci文件
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiaoyong committed Mar 11, 2024
1 parent 8782d38 commit 62407c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ jobs:
gh release create ${{ steps.get_version.outputs.version }}
./dist/*/*
--target prerelease
--notes "**【警告⚠️WARNING】**\n这个是开发版本,一般与prerelease分支代码保持同步,仅用于修复验证BUG、体验最新功能。\n日常使用请使用其他release版本。\n\n${{ steps.changelog.outputs.prerelease }}"
--notes $'**【警告⚠️WARNING】**\n这个是开发版本,一般与prerelease分支代码保持同步,仅用于修复验证BUG、体验最新功能。\n日常使用请使用其他release版本。\n\n${{ steps.changelog.outputs.prerelease }}'
--title "ApkSigner ${{ steps.get_version.outputs.version }}"
--prerelease

0 comments on commit 62407c8

Please sign in to comment.