👷🏼‍♂️ Add bootstrap to prepare-release job

This commit is contained in:
Ben Chatelain 2024-07-30 20:27:03 -06:00
parent cfa3c70ef3
commit 8b270a1c49
No known key found for this signature in database

View file

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