From 8c7673640d9c56dc625fbe834f6ce41f0c714236 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:14:10 -0500 Subject: [PATCH] More gh actions fixes (#1155) * copy .env file before production release * copy .env file into assets folder * bump version number * moved copying of .env file to earlier in release workflow * bump version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 845d33615..e39d93876 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ description: Learn a language while texting your friends. # Pangea# publish_to: none # On version bump also increase the build number for F-Droid -version: 1.23.13+3572 +version: 1.23.14+3573 environment: sdk: ">=3.0.0 <4.0.0"