upgrade to 1.22.3

This commit is contained in:
Lunny Xiao
2024-10-08 21:39:53 -07:00
parent 9cee5acb6b
commit 610b028ba9
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
rm v1_json.tmpl
wget https://github.com/go-gitea/gitea/blob/v1.22.2/templates/swagger/v1_json.tmpl
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.2"/' static/swagger-22.json
sed -i "$@" 's/"version": "{{AppVer | JSEscape | Safe}}"/"version": "1.22.3"/' static/swagger-22.json
rm v1_json.tmpl
git config --global user.name "Gitea Bot"