diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9f15b262..edd5b26f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -429,7 +429,7 @@ jobs: - name: debug_output shell: bash run: | - echo needs.build.outputs.version: ${{ needs.build.outputs.version }} + echo needs.release.outputs.version: ${{ needs.release.outputs.version }} - name: Configure AWS credentials (Staging) if: needs.release.outputs.version != 'none'