From 6f341b68be2c074bc59e8482e5591980dd8b16eb Mon Sep 17 00:00:00 2001 From: suncheng Date: Tue, 4 Mar 2025 17:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/push.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 8874e7c..72b4d64 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -25,7 +25,7 @@ jobs: deploy: name: Deploy to Production - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: build # ⚠️ 确保在 build 任务完成后执行 environment: production # 需要先在 Gitea 仓库设置中创建环境 steps: