From bf3345eff2459d7d05031f157153486e98263b3c Mon Sep 17 00:00:00 2001 From: ilya Date: Tue, 6 Feb 2024 13:44:15 +0000 Subject: [PATCH] Specify main branch --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa9a55d..5286d2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: + ref: main fetch-depth: 0 # Fetch all history for all branches and tags # Requires "Read and Write access to code" permission token: ${{ secrets.RELEASE_ACTION_ACCESS_TOKEN }}