diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 514b8dda4f2cc..37ff568cf7fd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -357,7 +357,7 @@ jobs: cd "$temp_dir" # Download checksums - checksums_url="$(gh release view --repo coder/coder v2.1.4 --json assets \ + checksums_url="$(gh release view --repo coder/coder "v$coder_version" --json assets \ | jq -r ".assets | map(.url) | .[]" \ | grep -e ".checksums.txt\$")" wget "$checksums_url" -O checksums.txt