Skip to content

Commit

Permalink
ci: fix some issues for the release pipeline (solana-labs#493)
Browse files Browse the repository at this point in the history
* add TRIGGERED_BUILDKITE_TAG to the pipeline

* publish a pre-release for the release id
  • Loading branch information
yihau authored Mar 29, 2024
1 parent 9076348 commit b1e1799
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 b1e1799

Please sign in to comment.