mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🐛 Push branch before opening PR
This commit is contained in:
parent
8b270a1c49
commit
ba97743d8d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue