mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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
Block a user