Skip to content

Commit

Permalink
Merge pull request #2196 from CruGlobal/GT-create-version
Browse files Browse the repository at this point in the history
Remove white space
  • Loading branch information
levieggertcru authored Jul 10, 2024
2 parents 1a4ae71 + 703c255 commit 21d5953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set Version Output
id: version
run: |
echo "version=$(grep -m 1 MARKETING_VERSION godtools.xcodeproj/project.pbxproj | sed 's/;//g' | sed 's/ //g' | sed 's/=//g' | sed 's/MARKETING_VERSION//g')" >> $GITHUB_OUTPUT
echo "version=$(grep -m 1 MARKETING_VERSION godtools.xcodeproj/project.pbxproj | sed 's/;//g' | sed 's/ //g' | sed 's/=//g' | sed 's/MARKETING_VERSION//g' | sed 's/^ *//g' | sed 's/^[[:space:]]*//g')" >> $GITHUB_OUTPUT
print_current_version:
name: Print Current Version
Expand Down

0 comments on commit 21d5953

Please sign in to comment.