Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 40f1f25

Browse files
author
Sebastian Gumprich
committed
fix release action
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent 5f741a6 commit 40f1f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
- name: calculate next version
2222
id: version
23-
uses: charmixer/auto-changelog-action@8095796
23+
uses: patrickjahns/version-drafter-action@v1
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Generate changelog
28-
uses: charmixer/auto-changelog-action@v1
28+
uses: charmixer/auto-changelog-action@8095796
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
since_tag: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)