Skip to content

Commit

Permalink
Pushing to the right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Aug 7, 2024
1 parent 7d8fb2e commit 11c0313
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ jobs:
Sources/EmbraceCommonInternal/EmbraceMeta.swift
git diff --cached
git commit -m "CI/CD: Bumps version to '$RC_VERSION'"
git push
if [ -z "$BASE_BRANCH" ]; then
git push
else
git push origin $BASE_BRANCH
fi
- name: Select Xcode 15
run: sudo xcode-select -switch /Applications/Xcode_15.1.app
Expand Down

0 comments on commit 11c0313

Please sign in to comment.