更新发布工作流以使用动态标签名和版本名称,调整 Xcode 项目设置,优化登录组件样式
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -65,8 +65,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tagName: app-v__VERSION__ # the action automatically replaces __VERSION__ with the app version.
|
||||
releaseName: 'App v__VERSION__'
|
||||
tagName: app-${{ github.ref_name }}
|
||||
releaseName: 'App ${{ github.ref_name }}'
|
||||
releaseBody: 'See the assets to download this version and install.'
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user