Skip to content

Commit

Permalink
change tiup mirror to prod (#210)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: FingerLeader <[email protected]>
  • Loading branch information
FingerLeader authored Jul 15, 2024
1 parent 46d2dc9 commit 713a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tar -zxf $TMP_DIR/tiup-linux-amd64.tar.gz -C $TIUP_HOME/bin && chmod 755 $TIUP_HOME/bin/tiup
curl -s https://tiup-mirrors.pingcap.com/root.json -o $TIUP_HOME/bin/root.json
TIUP_MIRRORS=${{ secrets.TIUP_SERVER_STAGING }}
TIUP_MIRRORS=${{ secrets.TIUP_SERVER_PROD }}
$TIUP_HOME/bin/tiup mirror set ${TIUP_MIRRORS}
echo ${{ secrets.TIUP_COMP_KEY_PINGCAP }} | base64 -d > $TIUP_HOME/keys/private.json
Expand Down

0 comments on commit 713a127

Please sign in to comment.