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 cf97b5f commit e6f4694Copy full SHA for e6f4694
.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@76ba43af940f631f5920e7f8d0de1321703b7cf0
+ uses: orhun/git-cliff-action@14bb67385aaac969efa2f146d137a42bb3b0aa87
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