mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🗄️ Change git author to masclibot
This commit is contained in:
parent
51d3cdfd2d
commit
414313986c
1 changed files with 15 additions and 5 deletions
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
|
@ -69,6 +69,11 @@ jobs:
|
|||
run: |
|
||||
script/version_bump "${MAS_VERSION}"
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
run: |
|
||||
git config --global user.name 'masclibot'
|
||||
git config --global user.email 'masclibot@users.noreply.github.com'
|
||||
|
||||
- name: 💾 Commit changes
|
||||
env:
|
||||
MAS_VERSION: ${{ needs.start.outputs.mas_version }}
|
||||
|
@ -132,11 +137,6 @@ jobs:
|
|||
run: |
|
||||
script/bootstrap -f
|
||||
|
||||
- name: 🔧 Configure Git Credentials
|
||||
run: |
|
||||
git config --global user.name 'github-actions[bot]'
|
||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
# The mas-cli/homebrew-tap repo needs to be checked out using the current
|
||||
# GitHub credentials in order to open a PR. However, the `brew tap` command
|
||||
# must be run for Homebrew to see the dir as a tap.
|
||||
|
@ -160,6 +160,11 @@ jobs:
|
|||
# brew --repository mas-cli/tap
|
||||
path: Taps/mas-cli/homebrew-tap
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
run: |
|
||||
git config --global user.name 'masclibot'
|
||||
git config --global user.email 'masclibot@users.noreply.github.com'
|
||||
|
||||
- name: ⤴️ Open mas tap PR
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
|
||||
|
@ -222,6 +227,11 @@ jobs:
|
|||
run: |
|
||||
script/bootstrap -f
|
||||
|
||||
- name: 🔧 Configure Git Author
|
||||
run: |
|
||||
git config --global user.name 'masclibot'
|
||||
git config --global user.email 'masclibot@users.noreply.github.com'
|
||||
|
||||
- name: 🍺 Update Homebrew mas formula
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue