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

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Apr 29, 2019
1 parent 3d637fc commit 331f8ba
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 "$1-$2" "$3"
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 331f8ba

Please sign in to comment.