update script

This commit is contained in:
pengfei.zhou 2020-03-24 20:21:00 +08:00 committed by osborn
parent 7939db48b5
commit 57eac48c79

View File

@ -32,7 +32,7 @@ curl -s -X POST https://api.github.com/repos/doric-pub/$repo/git/refs \
-H "Authorization: token $GITHUB_TOKEN" \ -H "Authorization: token $GITHUB_TOKEN" \
-d @- << EOF -d @- << EOF
{ {
"ref": "refs/tags/'$CURRENT_VERSION'_legacy", "ref": "refs/tags/${CURRENT_VERSION}_legacy",
"sha": "$commit" "sha": "$commit"
} }
EOF EOF