From 494ea6bf7289c611a4f5763e05d1fe550627274c Mon Sep 17 00:00:00 2001 From: Vilsol Date: Tue, 5 Mar 2024 19:45:35 +0200 Subject: [PATCH] chore: checkout master on release --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d73128e1..8cf016f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: master - name: Setup NodeJS uses: actions/setup-node@v4