mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-22 19:42:02 +01:00
fix release action
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
This commit is contained in:
parent
1b0d3e1fa1
commit
4c4ee34931
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -20,12 +20,12 @@ jobs:
|
||||
|
||||
- name: calculate next version
|
||||
id: version
|
||||
uses: charmixer/auto-changelog-action@8095796
|
||||
uses: patrickjahns/version-drafter-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Generate changelog
|
||||
uses: charmixer/auto-changelog-action@v1
|
||||
uses: charmixer/auto-changelog-action@8095796
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
since_tag: ${{ steps.previoustag.outputs.tag }}
|
||||
|
Loading…
Reference in New Issue
Block a user