release: Fix pushing new release tags.

This commit is contained in:
Tim Abbott 2022-08-24 17:03:02 -07:00
parent 637867dad1
commit c07212ad60
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ fi
./tools/upload-release "$TARBALL"
git push "$version"
git push "$remote" "$version"
# Upload to Github
gh release create "$version" \