Restore checkout step on pkg-installer job

This commit is contained in:
Ben Chatelain 2024-11-17 11:03:14 -07:00
parent bdcb99f236
commit 2e948d4d87
No known key found for this signature in database

View file

@ -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 }}