From 7b77f858c04f0ea083eac5ca522ac69814d5c063 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Tue, 5 Nov 2024 21:54:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7624a826..daa4fc26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 5.2.5 +* 测试自动发布脚本 + # 5.2.4 * Fix #663 diff --git a/pubspec.yaml b/pubspec.yaml index a613593e..f8d562f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluwx description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc. -version: 5.2.4 +version: 5.2.45 homepage: https://github.com/OpenFlutter/fluwx environment: From a7554b0c326756096c9e2c8cf5cf97a8e0d783f1 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Tue, 5 Nov 2024 22:05:21 +0800 Subject: [PATCH 2/2] add automated publishing --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8105a6df..6c23aa70 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,13 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+*' jobs: + steps: + - name: Install Flutter + run: | + git clone https://github.com/flutter/flutter.git -b stable --depth 1 + export PATH="$PATH:`pwd`/flutter/bin" + flutter doctor + publish: permissions: id-token: write # Required for authentication using OIDC