Skip to content

Commit

Permalink
Merge pull request #456 from buildkite/fix-release-script
Browse files Browse the repository at this point in the history
Fix release.sh
  • Loading branch information
DrJosh9000 authored Dec 16, 2024
2 parents a08125d + 2b9f5c7 commit 6135a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GHCH_VERSION="0.11.0"
GHCH_URL="https://github.com/buildkite/ghch/releases/download/v${GHCH_VERSION}/ghch-$(go env GOARCH)"

echo --- :hammer: Installing packages
apk add --no-progress aws-cli crane git
apk add --no-progress aws-cli crane git jq
wget -q "${GORELEASER_URL}/v${GORELEASER_VERSION}/${GORELEASER_FILE}"
apk add --no-progress --allow-untrusted "${GORELEASER_FILE}"
rm "${GORELEASER_FILE}"
Expand Down

0 comments on commit 6135a89

Please sign in to comment.