From aae5776133a7ec136706fa849eb6e11614f5833c Mon Sep 17 00:00:00 2001 From: Stephen Arnold Date: Wed, 6 Nov 2024 16:36:52 -0800 Subject: [PATCH] fix: make sure checkout action uses deploy branch Signed-off-by: Stephen Arnold --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7bcde8b7..97903e24e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,6 +76,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + ref: deploy # download all artifacts to project dir - uses: actions/download-artifact@v4