From 57eac48c79bd321b37a583de8388f10566f9bbec Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Tue, 24 Mar 2020 20:21:00 +0800 Subject: [PATCH] update script --- publish-android-legacy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-android-legacy.sh b/publish-android-legacy.sh index 901a3670..159344cd 100644 --- a/publish-android-legacy.sh +++ b/publish-android-legacy.sh @@ -32,7 +32,7 @@ curl -s -X POST https://api.github.com/repos/doric-pub/$repo/git/refs \ -H "Authorization: token $GITHUB_TOKEN" \ -d @- << EOF { - "ref": "refs/tags/'$CURRENT_VERSION'_legacy", + "ref": "refs/tags/${CURRENT_VERSION}_legacy", "sha": "$commit" } EOF \ No newline at end of file