mirror of https://github.com/zulip/zulip.git
release: Fix pushing new release tags.
This commit is contained in:
parent
637867dad1
commit
c07212ad60
|
@ -118,7 +118,7 @@ fi
|
|||
|
||||
./tools/upload-release "$TARBALL"
|
||||
|
||||
git push "$version"
|
||||
git push "$remote" "$version"
|
||||
|
||||
# Upload to Github
|
||||
gh release create "$version" \
|
||||
|
|
Loading…
Reference in New Issue