This commit is contained in:
qxa 2026-04-10 13:51:55 +08:00
parent f0f95d5097
commit 7d7d6af56f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ runs:
# 获取所有发布版本号
json=''
json=$(curl -H 'Authorization:token ${{ inputs.token }}' ${{ inputs.server_url }}/api/v1/repos/${{ gitea.repository }}/releases)
echo "json=$json"
# 检查是否存在当前日期的版本
if [ -n "$json" ]; then