Skip to content

Commit 3861e1f

Browse files
committed
Changes product_name to product
1 parent 3c235c2 commit 3861e1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/ci/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ functions:
188188
include_expansions_in_env:
189189
- unstable
190190
script: |
191-
# Get unstable to determine product_name
191+
# Get unstable to determine product name
192192
if [[ "${unstable:-}" == "-unstable" ]]; then
193-
product_name="atlascli-snapshot"
193+
product="atlascli-snapshot"
194194
else
195-
product_name="atlascli"
195+
product="atlascli"
196196
fi
197197
198198
cat <<EOT > expansions.yaml
199-
product_name: "$product_name"
199+
product: "$product"
200200
EOT
201201
- command: expansions.update
202202
params:
@@ -206,7 +206,7 @@ functions:
206206
params:
207207
key_id: ${papertrail_key_id}
208208
secret_key: ${papertrail_secret_key}
209-
product: ${product_name}
209+
product: ${product}
210210
version: ${version}
211211
filenames:
212212
- "src/github.com/mongodb/mongodb-atlas-cli/dist/*.tar.gz"

0 commit comments

Comments
 (0)