Skip to content

Commit

Permalink
🐛 Push branch before opening PR
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent 8b270a1 commit ba97743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,16 @@ 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" \
"Homebrew/mas-tap.rb" \
"Sources/MasKit/Package.swift"
git commit \
--message="🔖 Version ${MAS_VERSION}"
git push \
--set-upstream origin "${RELEASE_BRANCH}"
- name: ⤴️ Open PR
env:
Expand Down

0 comments on commit ba97743

Please sign in to comment.