From 0c701cc04772507ab67ddcf992ee24f7f395ae92 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 30 Jul 2024 20:47:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BB=E2=80=8D=E2=99=80?= =?UTF-8?q?=EF=B8=8F=20Checkout=20release=20branch=20in=20downstream=20job?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01787b575..d074c8f1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: | @@ -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: |