mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🩹 Tap mas before bumping version
This commit is contained in:
parent
ac0bac0430
commit
2e4f744224
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -85,6 +85,7 @@ jobs:
|
|||
DRY_RUN: ${{ needs.start.outputs.dry_run }}
|
||||
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
||||
run: |
|
||||
brew tap mas-cli/tap
|
||||
brew bump-formula-pr \
|
||||
--tag '${{ needs.start.outputs.mas_version }}' \
|
||||
--revision "$(git rev-list -n 1 '${{ needs.start.outputs.mas_version }}')" \
|
||||
|
|
Loading…
Reference in a new issue