更新发布工作流以使用动态标签名和版本名称,调整 Xcode 项目设置,优化登录组件样式

This commit is contained in:
Yakumo Hokori
2025-07-13 02:30:17 +08:00
parent 1d66c1127a
commit 2d4f4a7d6e
4 changed files with 71 additions and 40 deletions

View File

@@ -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