Skip to content

Commit

Permalink
πŸ‘·πŸΌβ€β™‚οΈ Add bootstrap to prepare-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent 6d83695 commit b82bf12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b82bf12

Please sign in to comment.