Skip to content

Commit

Permalink
update: production
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegarden committed Sep 5, 2024
1 parent 4cf9530 commit 6b6cbb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TAGNAME=$1

REPO=dantegarden/siliconcloud-cli
REPO=siliconflow/siliconcloud-cli
DATA='{"tag_name":"'$TAGNAME'","name":"'$TAGNAME'","draft":false,"prerelease":true,"generate_release_notes":true}'

curl -fsSL \
Expand Down
2 changes: 1 addition & 1 deletion tools/download_assets.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

VERSION=$1
REPO=dantegarden/siliconcloud-cli
REPO=siliconflow/siliconcloud-cli
URL="https://api.github.com/repos/$REPO/releases"

LIST=(
Expand Down
2 changes: 1 addition & 1 deletion tools/finish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

VERSION=$1

REPO=dantegarden/siliconcloud-cli
REPO=siliconflow/siliconcloud-cli

if [[ "$VERSION" == *"-beta" ]]; then
echo "beta. skip."
Expand Down
2 changes: 1 addition & 1 deletion tools/upload_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TAG=v$1
ASSET=$2
REPO=dantegarden/siliconcloud-cli
REPO=siliconflow/siliconcloud-cli

if [[ $ASSET == *.tgz ]]
then
Expand Down

0 comments on commit 6b6cbb6

Please sign in to comment.