From dcf7face4be073741c5dc507a3b40067509fb537 Mon Sep 17 00:00:00 2001 From: Carlos Rivera Date: Thu, 22 Jan 2026 00:51:29 -0600 Subject: [PATCH] chore: fix release workflow triggers --- .github/workflows/bump-and-tag.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) 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: