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

Commit

Permalink
fix: remove targets from promote commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 5, 2021
1 parent 29155c7 commit a141b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/promote-stable-rc-mac
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 --targets="" --macos
yarn promote --version $version --sha $sha --channel $channel --max-age 300 --macos
2 changes: 1 addition & 1 deletion scripts/promote-stable-rc-win
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 --targets="" --win
yarn promote --version $version --sha $sha --channel $channel --max-age 300 --win

0 comments on commit a141b3b

Please sign in to comment.