diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index c88f9f7..6a6dce8 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -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 }}" \ No newline at end of file + tag_name: "v${{ needs.calculate.outputs.version }}" \ No newline at end of file