mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Merge remote-tracking branch 'origin' into feature/ML-61
This commit is contained in:
commit
75599ea5df
2 changed files with 4 additions and 4 deletions
6
.github/workflows/create_release.yml
vendored
6
.github/workflows/create_release.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
build:
|
||||
name: Build .apk & .aab
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -147,7 +147,7 @@ jobs:
|
|||
create-github-release:
|
||||
name: Create Github release
|
||||
if: github.ref_name == 'main'
|
||||
needs: [generate-release-notes, update-version-in-repo]
|
||||
needs: [build, generate-release-notes, update-version-in-repo]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -180,7 +180,7 @@ jobs:
|
|||
create-google-play-release:
|
||||
name: Create Google Play release
|
||||
if: github.ref_name == 'main'
|
||||
needs: [generate-release-notes]
|
||||
needs: [build, generate-release-notes]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download app bundle
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: lightmeter
|
||||
description: A new Flutter project.
|
||||
publish_to: "none"
|
||||
version: 0.13.0+36
|
||||
version: 0.13.1+37
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
Loading…
Reference in a new issue