From 74826b9acbad131eeb504f06dac23d920a8b90cd Mon Sep 17 00:00:00 2001 From: liyi Date: Tue, 23 Sep 2025 09:11:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d4bce19e..16598853 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +14,11 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 + - name: Setup Environment Variables + run: | + echo "NEXT_VERSION=1.0.0" >> $GITEA_ENV + echo "BUILD_NUMBER=1" >> $GITEA_ENV + - name: Flutter Pub Get run: flutter pub get