From 3134313e1e024a143323481227ea6bdaa58724a2 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:50:54 +0100 Subject: [PATCH] chore: set checkout ref in release action --- .github/workflows/release-mobile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index 5fa9c4f..e48ba24 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -160,7 +160,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + ref: 'master' - name: Download build artifacts uses: actions/download-artifact@v4