Skip to content

Commit

Permalink
Fix quicksy semver for manual builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Aug 7, 2024
1 parent f005b29 commit 4353b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quicksy.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
buildNumber="$(git tag --sort="v:refname" | grep "Quicksy_Build_iOS" | tail -n1 | sed 's/Quicksy_Build_iOS_//g')"
version="$(git log -n 1 --merges --pretty=format:%s | sed -E 's/^[\t\n ]*([^\n\t ]+)[\t\n ]+\(([^\n\t ]+)\)[\t\n ]*$/\1/g')"
if [ "${{ github.ref }}" != "refs/heads/stable" ]; then
version="1.$buildNumber"
version="1.$buildNumber.0"
fi
mkdir -p /Users/ci/releases
OUTPUT_FILE="/Users/ci/releases/$buildNumber.output"
Expand Down

0 comments on commit 4353b8a

Please sign in to comment.