Skip to content

Commit 2f66894

Browse files
committed
update release action
Signed-off-by: Martin Schurz <[email protected]>
1 parent 4d9b64a commit 2f66894

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
@@ -27,13 +27,13 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Generate changelog
30-
uses: charmixer/auto-changelog-action@8095796
30+
uses: charmixer/auto-changelog-action@v1
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
future_release: ${{ steps.version.outputs.next-version }}
3434

3535
- name: Generate changelog for the release
36-
uses: charmixer/auto-changelog-action@8095796
36+
uses: charmixer/auto-changelog-action@v1
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
since_tag: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)