fix release action

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2022-07-07 12:06:34 +02:00
parent f627d2fbfd
commit 02b9a20fe7

View file

@ -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: