Fix release-related issue

This commit is contained in:
Pig Fang 2019-07-05 18:53:00 +08:00
parent 58b132167c
commit a4fe2243af
4 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ steps:
cd dist
cp ../blessing-skin-server-$RELEASE_TAG.zip blessing-skin-server-$RELEASE_TAG.zip
echo "{\"spec\":2,\"php\":\"7.1.8\",\"latest\":\"$RELEASE_TAG\",\"url\":\"https://dev.azure.com/blessing-skin/51010f6d-9f99-40f1-a262-0a67f788df32/_apis/git/repositories/a9ff8df7-6dc3-4ff8-bb22-4871d3a43936/Items?path=%2Fblessing-skin-server-$RELEASE_TAG.zip\"}" > update_2.json
git config --global user.email "g-plane@hotmail.com"
git config --global user.name "Pig Fang"
git init
git add .
git commit -m "Publish"