fix: 修正工作流相依

This commit is contained in:
Jeffery
2026-03-20 18:09:37 +08:00
parent 3a04e691db
commit bbf48129b4

View File

@@ -15,8 +15,9 @@ jobs:
cd:
name: "CD > 發布專案"
runs-on: ubuntu
needs: calculate
steps:
- name: 發布專案
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with:
tag_name: "v${{ steps.version.outputs.version }}"
tag_name: "v${{ needs.calculate.outputs.version }}"