From cd4925d41104c284edd117363198e3ef7ba5328c Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Tue, 16 Mar 2021 11:07:21 +0100 Subject: [PATCH] checkout master between Signed-off-by: Martin Schurz --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a16cf1c..90b3b906 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: # changelog gets updated but action works on old commit id - uses: actions/checkout@v2.3.4 with: - fetch-depth: 0 + ref: master - name: Generate changelog for the release run: |