mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
👷🏼♂️ Add bootstrap to prepare-release job
This commit is contained in:
parent
cfa3c70ef3
commit
8b270a1c49
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -57,6 +57,10 @@ jobs:
|
|||
# A fetch-depth of 0 includes all history and tags for script/version
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 👢 Bootstrap
|
||||
run: |
|
||||
script/bootstrap -f
|
||||
|
||||
- name: 🔀 Create release branch
|
||||
env:
|
||||
RELEASE_BRANCH: ${{ needs.start.outputs.release_branch }}
|
||||
|
|
Loading…
Reference in a new issue