mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-05 11:56:41 +00:00
increment_build_number before parsing pubspec.yaml
This commit is contained in:
parent
2711f10cfe
commit
134c4b78f8
1 changed files with 1 additions and 0 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue