mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-04 03:16:42 +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
|
||||
id: release-name
|
||||
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")
|
||||
echo "release_name=$RELEASE_NAME" >> $GITHUB_ENV
|
||||
|
||||
|
|
|
@ -861,11 +861,11 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "v4.1.0"
|
||||
resolved-ref: "15adfa4f6fea06a6c62c58f5171a41813058040c"
|
||||
ref: "v4.1.1"
|
||||
resolved-ref: "2317ef3a1e93e06505a033ecbd5cee3758b2dbc0"
|
||||
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
||||
source: git
|
||||
version: "4.1.0+35"
|
||||
version: "4.1.1+36"
|
||||
m3_lightmeter_resources:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -33,7 +33,7 @@ dependencies:
|
|||
m3_lightmeter_iap:
|
||||
git:
|
||||
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
||||
ref: v4.1.0
|
||||
ref: v4.1.1
|
||||
m3_lightmeter_resources:
|
||||
git:
|
||||
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
||||
|
|
Loading…
Reference in a new issue