Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #532 from salesforcecli/sm/xz-for-rc
Browse files Browse the repository at this point in the history
fix: xz on the promotes to rc
  • Loading branch information
shetzel authored Apr 13, 2022
2 parents e11bb74 + 92a6f19 commit 448ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/promote-stable-rc-tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ version=$(node -p -e "require('./package.json').version")
sha=$(git rev-parse --short HEAD)
echo "Promoting $version-$sha to channel $channel"
# 300 = 5 minutes
yarn promote --version $version --sha $sha --channel $channel --max-age 300
yarn promote --version $version --sha $sha --channel $channel --max-age 300 --xz

0 comments on commit 448ca48

Please sign in to comment.