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

Commit c04c5bd

Browse files
author
Sebastian Gumprich
committed
fix release action
Signed-off-by: Sebastian Gumprich <[email protected]>
1 parent a0c5d0c commit c04c5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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)