Skip to content

Commit

Permalink
generate release note with GitHub Release API (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led authored Jan 12, 2023
1 parent b49c96a commit 03f48c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
id: get_tag
run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//}

- name: changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v3.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@v3
id: download
with:
Expand All @@ -71,7 +65,8 @@ jobs:
with:
name: ${{ steps.get_tag.outputs.git_tag }}
tag_name: ${{ steps.get_tag.outputs.git_tag }}
body: ${{steps.build_changelog.outputs.changelog}}
prerelease: true
generate_release_notes: true
files: |
${{ github.workspace }}/.bin/**
push:
Expand Down

0 comments on commit 03f48c4

Please sign in to comment.