From 76fee2310325882ca3373980676c13220151aa2a Mon Sep 17 00:00:00 2001 From: Ryan Duffy Date: Thu, 18 May 2023 13:26:41 -0700 Subject: [PATCH] Fix fetching playwright branch --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd099b4db2e5b..5801150b1de8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,10 @@ jobs: authkey: ${{ secrets.TAILSCALE_API_KEY }} version: "1.38.4" - uses: actions/checkout@v2 + - name: Checkout + run: | + git fetch --no-tags --depth=1 origin webreplay-release + git fetch --no-tags --depth=1 origin replay-playwright - uses: ./.github/actions/release env: BUILD_TEST_AUTHORIZATION: ${{ secrets.BUILD_TEST_AUTHORIZATION }}