From fde147370a66330a67fb3549e4bfdc4ced30c56c Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 5 Apr 2025 18:58:21 +0200 Subject: [PATCH] Run the Github and Flathub release jobs --- .github/workflows/make-release.yml | 4 +--- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index e6c9906f..d070b886 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -121,7 +121,6 @@ jobs: # # bundle exec fastlane todo make_gh_release: - if: false name: Make Github Release runs-on: ubuntu-latest needs: @@ -146,8 +145,7 @@ jobs: builds-ios/Runner.app builds-macos/wger.app - generate_fathub_manifest: - if: false + generate_flathub_manifest: runs-on: ubuntu-latest name: Upload flathub manifest needs: diff --git a/pubspec.yaml b/pubspec.yaml index 213b5f02..c2f763e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # - the version number is taken from the git tag vX.Y.Z # - the build number is computed by reading the last one from the play store # and increasing by one -version: 1.8.1+60 +version: 1.8.0+53 environment: sdk: '>=3.0.0 <4.0.0'