ML-263 Increment build number before creating a Google Play release (#264)

This commit is contained in:
Vadim 2025-08-28 16:14:04 +02:00 committed by GitHub
parent 05586893e1
commit bf91e2eb04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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