diff --git a/.github/workflows/ci-cd-main.yml b/.github/workflows/ci-cd-main.yml index 6d6caa06..5201c4e5 100644 --- a/.github/workflows/ci-cd-main.yml +++ b/.github/workflows/ci-cd-main.yml @@ -1421,7 +1421,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success' @@ -1436,7 +1436,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success' diff --git a/.github/workflows/ci-cd-main.yml.erb b/.github/workflows/ci-cd-main.yml.erb index 2486b070..0911e86b 100644 --- a/.github/workflows/ci-cd-main.yml.erb +++ b/.github/workflows/ci-cd-main.yml.erb @@ -919,7 +919,7 @@ jobs: packages: read secrets: inherit with: - ci_artifacts_run_number: ${{ needs.finalize.outputs.ci_artifacts_run_number }} + ci_artifacts_run_number: ${{ needs.consolidate_1.outputs.ci_artifacts_run_number }} # Run even if a transitively dependent job has been skipped if: | needs.consolidate_1.result == 'success'