From 415cccb162145eaa21d7c387b2ff08d7314074cc Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:59:30 +0800 Subject: [PATCH] v1.18: ci: fix some issues for the release pipeline (backport of #493) (#499) ci: fix some issues for the release pipeline (#493) * add TRIGGERED_BUILDKITE_TAG to the pipeline * publish a pre-release for the release id (cherry picked from commit b1e17998b64203fe62f52efe3fe5ba87706ed446) Co-authored-by: Yihau Chen --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11ac0daca37078..78a6d029d4c063 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} pipeline: "anza/agave-secondary" branch: "${{ github.ref_name }}" + build_env_vars: '{"TRIGGERED_BUILDKITE_TAG": "${{ github.ref_name }}"}' commit: "HEAD" message: ":github: Triggered from a GitHub Action" @@ -32,8 +33,8 @@ jobs: tag_name: '${{ github.ref_name }}', name: 'Release ${{ github.ref_name }}', body: '🚧', - draft: true, - prerelease: false + draft: false, + prerelease: true }) version-bump: