diff --git a/.github/workflows-config/release-drafter.yml b/.github/workflows-config/release-drafter.yml index 46d6458..eba2e9e 100644 --- a/.github/workflows-config/release-drafter.yml +++ b/.github/workflows-config/release-drafter.yml @@ -1,5 +1,5 @@ # Should trim prefix `refs/tags/` from tag name -name-template: ${{ github.ref_name }} 🌈 +name-template: ${GITHUB_REF_NAME} 🌈 template: | ## Changes $CHANGES diff --git a/.github/workflows/create-pull-request-to-brew.yml b/.github/workflows/create-pull-request-to-brew.yml index e10ece7..feeac01 100644 --- a/.github/workflows/create-pull-request-to-brew.yml +++ b/.github/workflows/create-pull-request-to-brew.yml @@ -53,15 +53,15 @@ jobs: - uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.PAT_CREATE_PR }} - commit-message: "feat update homebrew-h3n4l to release ${GITHUB_REF_NAME}" - title: "feat: update homebrew-h3n4l to ${GITHUB_REF_NAME}" + commit-message: "feat update h3n4l/homebrew-chatsh to release ${{ github.REF_NAME }}" + title: "feat: update h3n4l/homebrew-chatsh to ${{ github.REF_NAME }}" committer: h3n4l author: h3n4l - branch: feat/release-${GITHUB_REF_NAME} + branch: feat/release-${{ github.REF_NAME }} delete-branch: true draft: false body: | - Update homebrew-h3n4l to release ${GITHUB_REF_NAME} + Update homebrew-h3n4l to release ${{ github.REF_NAME }} - Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request