Skip to content

Commit

Permalink
update workflow to add auto release note
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 1, 2024
1 parent 7a21bf4 commit 73067ea
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,18 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')





with:
generate_release_notes: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
# body: |
# ${{ steps.read_release_notes_0.outputs.RELEASE_BODY }}
# body_path: ${{ github.workspace }}-CHANGELOG.txt
# body_path: RELNOTES.md
# files: |
# LICENSE
# RELNOTES.md


0 comments on commit 73067ea

Please sign in to comment.