Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
npmenard committed Jun 26, 2024
1 parent 403f610 commit 553c15a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,12 @@ jobs:
sha256sum micro-rdk-lib.zip >> sha256sums.txt
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
uses: mikepenz/release-changelog-builder-action@v4
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
ignorePreReleases: "false"
fetchViaCommits: "true"

- name: Publish release
uses: ncipollo/release-action@v1
Expand All @@ -193,4 +195,4 @@ jobs:
replacesArtifacts: true
allowUpdates: true
name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit 553c15a

Please sign in to comment.