🐛 Push branch before opening PR

This commit is contained in:
Ben Chatelain 2024-07-30 20:36:16 -06:00
parent 8b270a1c49
commit ba97743d8d
No known key found for this signature in database

View file

@ -78,6 +78,7 @@ jobs:
- name: 💾 Commit changes
env:
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }}
run: |
git add \
"Homebrew/mas.rb" \
@ -85,6 +86,8 @@ jobs:
"Sources/MasKit/Package.swift"
git commit \
--message="🔖 Version ${MAS_VERSION}"
git push \
--set-upstream origin "${RELEASE_BRANCH}"
- name: ⤴️ Open PR
env: