Skip to content

Commit

Permalink
ci(release): avoid interactive approach (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 18, 2024
1 parent 49cc31a commit f76868c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/scripts/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ if [ -n "${BUILDKITE_TAG}" ] ; then
create \
"${BUILDKITE_TAG}" \
--draft \
--title "${BUILDKITE_TAG}" \
--repo elastic/synthetics-recorder \
./$DIST_LOCATION/*.*
--generate-notes \
--repo "elastic/synthetics-recorder" \
"${DIST_LOCATION}"/*.*
else
echo "gh release won't be triggered this is not a Git tag release, but let's list the releases"
# VAULT_GITHUB_TOKEN is the GitHub ephemeral token created in Buildkite
Expand Down

0 comments on commit f76868c

Please sign in to comment.