File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [[ "${GH_TOKEN}" == "" ]]; then
2525fi
2626
2727echo ' --- Installing gh CLI'
28- GH_VERSION=2.92 .0
28+ GH_VERSION=2.96 .0
2929curl -fsSL " https://github.com/cli/cli/releases/download/v${GH_VERSION} /gh_${GH_VERSION} _linux_amd64.tar.gz" \
3030 | tar -xz -C /tmp
3131install " /tmp/gh_${GH_VERSION} _linux_amd64/bin/gh" /usr/local/bin/gh
@@ -69,7 +69,6 @@ release_args=(
6969 --repo buildkite/agent
7070 --target " $( git rev-parse HEAD) "
7171 --generate-notes
72- --fail-on-no-commits
7372)
7473
7574if [[ " ${IS_PRERELEASE} " == " 1" ]]; then
9089 echo " --- 🚀 ${AGENT_VERSION} "
9190
9291 buildkite-agent meta-data set github_release_type " stable"
92+
93+ release_args+=(--fail-on-no-commits)
9394fi
9495
9596buildkite-agent meta-data set github_release_version " ${AGENT_VERSION} "
Original file line number Diff line number Diff line change 1- 3.132.0
1+ 4.0.0-beta.6
You can’t perform that action at this time.
0 commit comments