mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-04 03:16:42 +00:00
ML-263 Increment build number before creating a Google Play release (#264)
This commit is contained in:
parent
05586893e1
commit
bf91e2eb04
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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue