File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ jobs:
121
121
# # bundle exec fastlane todo
122
122
123
123
make_gh_release :
124
- if : false
125
124
name : Make Github Release
126
125
runs-on : ubuntu-latest
127
126
needs :
@@ -146,8 +145,7 @@ jobs:
146
145
builds-ios/Runner.app
147
146
builds-macos/wger.app
148
147
149
- generate_fathub_manifest :
150
- if : false
148
+ generate_flathub_manifest :
151
149
runs-on : ubuntu-latest
152
150
name : Upload flathub manifest
153
151
needs :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
21
21
# - the version number is taken from the git tag vX.Y.Z
22
22
# - the build number is computed by reading the last one from the play store
23
23
# and increasing by one
24
- version : 1.8.1+60
24
+ version : 1.8.0+53
25
25
26
26
environment :
27
27
sdk : ' >=3.0.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments