Skip to content

Commit

Permalink
Adding additional configs to release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito87 committed Nov 14, 2024
1 parent 4808f83 commit b25627a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ github.token }}
generate_release_notes: true
files: |
bin/darwin/amd64/faithful-cli_darwin_amd64
bin/darwin/arm64/faithful-cli_darwin_arm64
Expand Down

0 comments on commit b25627a

Please sign in to comment.