Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Apr 29, 2019
1 parent 331f8ba commit 5f82b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.

git tag "$1-$2"
git push "$1-$2" "$3"
git push "$3" "$1-$2"
cd $TMPDIR
svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ $TMPDIR
mkdir -p "$TMPDIR/$1/$2"
Expand Down

0 comments on commit 5f82b4c

Please sign in to comment.