From b25627a6462e0fd62a95dab545812baa7b7f6b9c Mon Sep 17 00:00:00 2001 From: juanito87 Date: Thu, 14 Nov 2024 10:28:29 -0300 Subject: [PATCH] Adding additional configs to release action. --- .github/workflows/build-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d909dd07..c629f310 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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