diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 15125b8..9978e3f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu needs: [build] env: - VERSION: ${{ steps.calculate-version.outputs.version }} + VERSION: ${{ needs.build.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }} outputs: version: ${{ steps.calculate-version.outputs.version }}