Skip to content

Commit 929ed4f

Browse files
changing uses
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent ac897b8 commit 929ed4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 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:
25-
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
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)