Skip to content

Commit 03f48c4

Browse files
authored
generate release note with GitHub Release API (#235)
1 parent b49c96a commit 03f48c4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
id: get_tag
5555
run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//}
5656

57-
- name: changelog
58-
id: build_changelog
59-
uses: mikepenz/release-changelog-builder-action@v3.6.0
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
6357
- uses: actions/download-artifact@v3
6458
id: download
6559
with:
@@ -71,7 +65,8 @@ jobs:
7165
with:
7266
name: ${{ steps.get_tag.outputs.git_tag }}
7367
tag_name: ${{ steps.get_tag.outputs.git_tag }}
74-
body: ${{steps.build_changelog.outputs.changelog}}
68+
prerelease: true
69+
generate_release_notes: true
7570
files: |
7671
${{ github.workspace }}/.bin/**
7772
push:

0 commit comments

Comments
 (0)