Upgrade to 1.22.4 (#109)

Reviewed-on: https://gitea.com/gitea/docs/pulls/109
This commit is contained in:
Lunny Xiao
2024-11-26 04:38:25 +00:00
parent 683e72aed1
commit 3e404a348f
2 changed files with 7 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ jobs:
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "dev"/' static/swagger-latest.json
rm v1_json.tmpl
wget https://github.com/go-gitea/gitea/blob/v1.22.3/templates/swagger/v1_json.tmpl
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.3"/' static/swagger-22.json
wget https://github.com/go-gitea/gitea/blob/v1.22.4/templates/swagger/v1_json.tmpl
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.4"/' static/swagger-22.json
rm v1_json.tmpl
git config --global user.name "Gitea Bot"