Skip to content

Commit

Permalink
RUST-1205 Fix release script (#1125) (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn authored Jun 6, 2024
1 parent a70318d commit 92f91cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/release-build-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CRATE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq --raw-output '.
rm secrets-export.sh

PAPERTRAIL_PRODUCT="rust-driver"
if [[ "${DRY_RUN}" == "yes" ]]; then
if [[ "${DRY_RUN:-}" == "yes" ]]; then
PAPERTRAIL_PRODUCT="rust-driver-testing"
fi

Expand Down

0 comments on commit 92f91cf

Please sign in to comment.