Skip to content

Commit 553c15a

Browse files
committed
update
1 parent 403f610 commit 553c15a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,12 @@ jobs:
172172
sha256sum micro-rdk-lib.zip >> sha256sums.txt
173173
- name: Update CHANGELOG
174174
id: changelog
175-
uses: requarks/changelog-action@v1
175+
uses: mikepenz/release-changelog-builder-action@v4
176176
with:
177177
token: ${{ github.token }}
178178
tag: ${{ github.ref_name }}
179+
ignorePreReleases: "false"
180+
fetchViaCommits: "true"
179181

180182
- name: Publish release
181183
uses: ncipollo/release-action@v1
@@ -193,4 +195,4 @@ jobs:
193195
replacesArtifacts: true
194196
allowUpdates: true
195197
name: ${{ github.ref_name }}
196-
body: ${{ steps.changelog.outputs.changes }}
198+
body: ${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)