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 8c6c92d commit 3915c87Copy full SHA for 3915c87
1 file changed
.github/workflows/release.yml
@@ -58,13 +58,6 @@ jobs:
58
- name: Run Indexer
59
run: .\Indexer.exe .\publish
60
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
-
68
- name: Create Release
69
uses: softprops/action-gh-release@v2
70
with:
@@ -75,6 +68,16 @@ jobs:
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
71
+ - name: Force Fetch Tags
72
+ run: git fetch --force --tags
73
+
74
+ - name: Generate Changelog
+ uses: orhun/git-cliff-action@v4
+ with:
+ config: cliff.toml
78
+ args: --latest --strip header
79
+ id: git-cliff
80
81
- name: Checkout target repo
82
uses: actions/checkout@v4
83
0 commit comments