From 02b9a20fe712838fdf8f29f6f76a3f515aef813d Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Thu, 7 Jul 2022 12:06:34 +0200 Subject: [PATCH] fix release action Signed-off-by: Martin Schurz --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de6422a4..7fbb47b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + ref: master - name: 'Get Previous tag' id: previoustag @@ -39,12 +40,6 @@ jobs: exclude_tags_regex: '[0-6]\.\d\.\d' issue_line_labels: mysql_hardening,os_hardening,ssh_hardening,nginx_hardening - # do a second checkout to prevent race situation - # changelog gets updated but action works on old commit id - - uses: actions/checkout@v3 - with: - ref: master - - name: push changelog uses: github-actions-x/commit@v2.9 with: