mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-05 11:56:41 +00:00
Merge branch 'main' into bugfix/ML-262
This commit is contained in:
commit
1d83705bf4
3 changed files with 5 additions and 4 deletions
1
.github/workflows/create_release.yml
vendored
1
.github/workflows/create_release.yml
vendored
|
@ -188,6 +188,7 @@ jobs:
|
||||||
- name: Create Google Play release name
|
- name: Create Google Play release name
|
||||||
id: release-name
|
id: release-name
|
||||||
run: |
|
run: |
|
||||||
|
bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
|
||||||
RELEASE_NAME=$(echo "$(cat pubspec.yaml)" | sed -n -r "s/^version:\s{1}(.*)[+](.*)$/700\2 (\1)/p")
|
RELEASE_NAME=$(echo "$(cat pubspec.yaml)" | sed -n -r "s/^version:\s{1}(.*)[+](.*)$/700\2 (\1)/p")
|
||||||
echo "release_name=$RELEASE_NAME" >> $GITHUB_ENV
|
echo "release_name=$RELEASE_NAME" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
|
@ -861,11 +861,11 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "v4.1.0"
|
ref: "v4.1.1"
|
||||||
resolved-ref: "15adfa4f6fea06a6c62c58f5171a41813058040c"
|
resolved-ref: "2317ef3a1e93e06505a033ecbd5cee3758b2dbc0"
|
||||||
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
||||||
source: git
|
source: git
|
||||||
version: "4.1.0+35"
|
version: "4.1.1+36"
|
||||||
m3_lightmeter_resources:
|
m3_lightmeter_resources:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -33,7 +33,7 @@ dependencies:
|
||||||
m3_lightmeter_iap:
|
m3_lightmeter_iap:
|
||||||
git:
|
git:
|
||||||
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
||||||
ref: v4.1.0
|
ref: v4.1.1
|
||||||
m3_lightmeter_resources:
|
m3_lightmeter_resources:
|
||||||
git:
|
git:
|
||||||
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
||||||
|
|
Loading…
Reference in a new issue