Skip to content

Commit 3915c87

Browse files
committed
[skip ci] Fetch tags again
1 parent 8c6c92d commit 3915c87

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
- name: Run Indexer
5959
run: .\Indexer.exe .\publish
6060

61-
- name: Generate Changelog
62-
uses: orhun/git-cliff-action@v4
63-
with:
64-
config: cliff.toml
65-
args: --latest --strip header
66-
id: git-cliff
67-
6861
- name: Create Release
6962
uses: softprops/action-gh-release@v2
7063
with:
@@ -75,6 +68,16 @@ jobs:
7568
env:
7669
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7770

71+
- name: Force Fetch Tags
72+
run: git fetch --force --tags
73+
74+
- name: Generate Changelog
75+
uses: orhun/git-cliff-action@v4
76+
with:
77+
config: cliff.toml
78+
args: --latest --strip header
79+
id: git-cliff
80+
7881
- name: Checkout target repo
7982
uses: actions/checkout@v4
8083
with:

0 commit comments

Comments
 (0)