diff --git a/.github/workflows/bump-and-tag.yml b/.github/workflows/bump-and-tag.yml index f817078..1013948 100644 --- a/.github/workflows/bump-and-tag.yml +++ b/.github/workflows/bump-and-tag.yml @@ -23,6 +23,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.RELEASE_TOKEN }} - name: Bump Cargo.toml version id: bump shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dba73a..5f49683 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,7 @@ jobs: with: files: release/* overwrite_files: true + generate_release_notes: true token: ${{ secrets.RELEASE_TOKEN || github.token }} update-homebrew-tap: