mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
⏪ Restore checkout step on pkg-installer job
This commit is contained in:
parent
bdcb99f236
commit
2e948d4d87
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -75,6 +75,11 @@ jobs:
|
|||
runs-on: macos-15
|
||||
needs: start
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# Include all history & tags for script/version
|
||||
fetch-depth: 0
|
||||
ref: ${{ needs.start.outputs.mas_version }}
|
||||
- name: ⤴️ Bump mas tap formula
|
||||
env:
|
||||
DRY_RUN: ${{ needs.start.outputs.dry_run }}
|
||||
|
|
Loading…
Reference in a new issue