Skip to content

Commit 9db01d5

Browse files
authored
Merge pull request #386 from dev-sec/changelog_gen_v1
use version tag for changelog action
2 parents 67c40dc + e4b0801 commit 9db01d5

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
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Generate changelog
32-
uses: charmixer/auto-changelog-action@master
32+
uses: charmixer/auto-changelog-action@v1
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
future_release: ${{ steps.version.outputs.next-version }}
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Generate changelog for the release
59-
uses: charmixer/auto-changelog-action@master
59+
uses: charmixer/auto-changelog-action@v1
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
since_tag: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)