diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 5dd1aed..5138493 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -56,6 +56,7 @@ jobs: - name: Commit and tag release if: ${{ steps.empty.outputs.is-empty == 'false' && steps.held.outputs.is-held == 'false' }} env: + # Use a PAT instead of the default token, as the default won't trigger the release workflow on release. GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} run: | git config user.name '${{ env.COMMITTER_NAME }}'