diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 75bf066d..a20ad546 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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" diff --git a/database/update_scripts/update-4.2.1-to-4.3.3.php b/database/update_scripts/update-4.2.1-to-4.3.4.php similarity index 100% rename from database/update_scripts/update-4.2.1-to-4.3.3.php rename to database/update_scripts/update-4.2.1-to-4.3.4.php diff --git a/resources/misc/changelogs/en/4.3.3.md b/resources/misc/changelogs/en/4.3.4.md similarity index 100% rename from resources/misc/changelogs/en/4.3.3.md rename to resources/misc/changelogs/en/4.3.4.md diff --git a/resources/misc/changelogs/zh_CN/4.3.3.md b/resources/misc/changelogs/zh_CN/4.3.4.md similarity index 100% rename from resources/misc/changelogs/zh_CN/4.3.3.md rename to resources/misc/changelogs/zh_CN/4.3.4.md