Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™€οΈ Checkout release branch in downstream jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Jul 31, 2024
1 parent bc88359 commit 0c701cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
ref: ${{ needs.start.outputs.release_branch }}

- name: πŸ‘’ Bootstrap
run: |
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
ref: ${{ needs.start.outputs.release_branch }}

- name: πŸ‘’ Bootstrap
run: |
Expand Down Expand Up @@ -173,6 +175,7 @@ jobs:
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
ref: ${{ needs.start.outputs.release_branch }}

- name: πŸ‘’ Bootstrap
run: |
Expand Down

0 comments on commit 0c701cc

Please sign in to comment.