Skip to content

Commit

Permalink
updated gh actions scripts
Browse files Browse the repository at this point in the history
- improved and added `generate_release_notes` flag
  • Loading branch information
hedzr committed Mar 3, 2024
1 parent 3ef0541 commit ffac775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@ jobs:
uses: softprops/action-gh-release@v1
if: env.ENABLE_Simple_Release != 0
with:
generate_release_notes: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
# body_path: ${{ github.workspace }}-CHANGELOG.txt
# body_path: RELNOTES.md
# files: |
# LICENSE
# RELNOTES.md
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
# body: |
# ${{ steps.read_release_notes_0.outputs.RELEASE_BODY }}
generate_release_notes: true

release-build:
permissions: write-all # this is the FIX
Expand Down

0 comments on commit ffac775

Please sign in to comment.