We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abbf5d9 + 370cb66 commit 612c133Copy full SHA for 612c133
.github/workflows/release.yml
@@ -27,13 +27,13 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Generate changelog
30
- uses: charmixer/auto-changelog-action@8095796
+ uses: charmixer/auto-changelog-action@v1
31
with:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
future_release: ${{ steps.version.outputs.next-version }}
34
35
- name: Generate changelog for the release
36
37
38
39
since_tag: ${{ steps.previoustag.outputs.tag }}
0 commit comments