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.
1 parent 8a3087f commit f186e51Copy full SHA for f186e51
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
- name: Generate changelog latest
21
- uses: orhun/git-cliff-action@9158b314444bf7bcea182ed7d7935fc69366ce66
+ uses: orhun/git-cliff-action@b7913b664658dd091d9971658cb02a19047baa79
22
id: cliff
23
24
config: cliff.toml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV"
52
- name: Refresh changelog
53
54
55
56
args: --verbose --tag ${{ env.TAG }}
0 commit comments