Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b12d05f

Browse files
mergify[bot]yihau
authored andcommitted
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 b1e1799) Co-authored-by: Yihau Chen <[email protected]>
1 parent 943b54d commit b12d05f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
1616
pipeline: "anza/agave-secondary"
1717
branch: "${{ github.ref_name }}"
18+
build_env_vars: '{"TRIGGERED_BUILDKITE_TAG": "${{ github.ref_name }}"}'
1819
commit: "HEAD"
1920
message: ":github: Triggered from a GitHub Action"
2021

@@ -32,8 +33,8 @@ jobs:
3233
tag_name: '${{ github.ref_name }}',
3334
name: 'Release ${{ github.ref_name }}',
3435
body: '🚧',
35-
draft: true,
36-
prerelease: false
36+
draft: false,
37+
prerelease: true
3738
})
3839
3940
version-bump:

0 commit comments

Comments
 (0)