Skip to content

Commit fde1473

Browse files
committed
Run the Github and Flathub release jobs
1 parent 3185fed commit fde1473

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
# # bundle exec fastlane todo
122122

123123
make_gh_release:
124-
if: false
125124
name: Make Github Release
126125
runs-on: ubuntu-latest
127126
needs:
@@ -146,8 +145,7 @@ jobs:
146145
builds-ios/Runner.app
147146
builds-macos/wger.app
148147
149-
generate_fathub_manifest:
150-
if: false
148+
generate_flathub_manifest:
151149
runs-on: ubuntu-latest
152150
name: Upload flathub manifest
153151
needs:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
2121
# - the version number is taken from the git tag vX.Y.Z
2222
# - the build number is computed by reading the last one from the play store
2323
# and increasing by one
24-
version: 1.8.1+60
24+
version: 1.8.0+53
2525

2626
environment:
2727
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)