mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 08:20:40 +00:00
Compare commits
4 commits
67818f7c8c
...
0b472b7776
Author | SHA1 | Date | |
---|---|---|---|
|
0b472b7776 | ||
|
4324a89a9c | ||
|
90676c3d39 | ||
|
03293497e1 |
2 changed files with 4 additions and 3 deletions
3
.github/workflows/cd_prod.yml
vendored
3
.github/workflows/cd_prod.yml
vendored
|
@ -121,12 +121,13 @@ jobs:
|
||||||
uses: CasperWA/push-protected@v2
|
uses: CasperWA/push-protected@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PUSH_TO_MAIN_TOKEN }}
|
token: ${{ secrets.PUSH_TO_MAIN_TOKEN }}
|
||||||
branch: main
|
branch: ${{ github.ref_name }}
|
||||||
unprotect_reviews: true
|
unprotect_reviews: true
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
name: Create Github release
|
name: Create Github release
|
||||||
needs: [build, update-version-in-repo]
|
needs: [build, update-version-in-repo]
|
||||||
|
if: github.ref_name == 'main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: lightmeter
|
name: lightmeter
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.11.5+28
|
version: 0.11.8+30
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
Loading…
Reference in a new issue