Skip to content

Commit 05a37ee

Browse files
authored
Merge pull request #41 from dev-sec/releae_action
update release action
2 parents 4d9b64a + 2f66894 commit 05a37ee

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)