Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin authored Aug 30, 2024
1 parent 8144bb5 commit c5db16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
# Extract version string from pubspec.yaml
VERSION=$(grep '^version:' pubspec.yaml | sed 's/version: //')
echo "Pubspec.yml version: $VERSION"
# Split VERSION into version name and build number
BUILD_NAME=$(echo $VERSION | cut -d "+" -f 1)
Expand Down

0 comments on commit c5db16f

Please sign in to comment.