From aee1fbde8815a64610475eea512ce9cc18685a71 Mon Sep 17 00:00:00 2001 From: rang <378694192@qq.com> Date: Mon, 24 Nov 2025 16:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prepare-release.yaml | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 366f634..7bbf73e 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: Checkout repository uses: actions/checkout@v4 with: # Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN @@ -32,7 +32,7 @@ jobs: # token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows # Setup Flutter/Dart environment needed to run dart pub global activate - - name: Setup Flutter + - name: Set up Flutter SDK uses: subosito/flutter-action@v2 with: channel: "stable" # Or match your project's channel diff --git a/pubspec.yaml b/pubspec.yaml index af3f327..c52a7fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.0.40+20 +version: 0.0.40+40 environment: sdk: ">=3.3.4 <4.0.0"