Skip to content

Commit 6e172e7

Browse files
authored
chore: Use correct repo in release script (#11)
1 parent e3cd507 commit 6e172e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/scripts/push-release-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ done
3333
# Fetch latest tags
3434
git fetch --tags --prune
3535

36-
REPO_URL="https://github.com/braintrustdata/braintrust-sdk"
36+
REPO_URL="https://github.com/braintrustdata/braintrust-sdk-python"
3737
TAG_PREFIX="py-sdk-v"
3838
COMMIT=$(git rev-parse --short HEAD)
3939
VERSION=$(bash "$ROOT_DIR/py/scripts/get_version.sh")

0 commit comments

Comments
 (0)