chore(Gitea workflows): 修正 release 名稱
CI / 計算版本號 (pull_request) Successful in 2s
AI / Code Review (pull_request) Failing after 26s
CI / 品質檢查 (pull_request) Successful in 1m15s

This commit is contained in:
2026-06-24 10:30:38 +00:00
parent af770b5d5c
commit 4990cacde3
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: 標註版本號 - name: 標註版本號
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with: with:
name: opencode-response v${{ steps.version.outputs.version }} name: codex v${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }} tag_name: v${{ steps.version.outputs.version }}
target_commitish: ${{ github.head_ref }} target_commitish: ${{ github.head_ref }}
qc: qc: