Skip to content

Commit

Permalink
v1.18: ci: fix some issues for the release pipeline (backport of sola…
Browse files Browse the repository at this point in the history
…na-labs#493) (solana-labs#499)

ci: fix some issues for the release pipeline (solana-labs#493)

* add TRIGGERED_BUILDKITE_TAG to the pipeline

* publish a pre-release for the release id

(cherry picked from commit b1e1799)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Mar 29, 2024
1 parent b6ff5af commit 415cccb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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:
Expand Down

0 comments on commit 415cccb

Please sign in to comment.