Skip to content

Commit de428dd

Browse files
committed
fix release script
1 parent 7eecf5e commit de428dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ ! -f .env ]] then
99
exit 1
1010
fi
1111
# push commits
12-
git push origin HEAD:main
12+
git push github HEAD:main
1313
# tag commit
1414
tag="v$(uv version --short)"
1515
git tag "$tag"

0 commit comments

Comments
 (0)