This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch v4 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v4 by this push: new 2ac8832 Provide current branch for release drafter in action config 2ac8832 is described below commit 2ac8832fe0bfb839d3f0c459bc46e2a0564be96d Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Feb 1 14:02:00 2025 +0100 Provide current branch for release drafter in action config --- .github/workflows/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ca3ae52..f2a36ff 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -78,5 +78,6 @@ jobs: with: config-name: ${{ inputs.config-name }} version: ${{ needs.detect-version.outputs.version }} + commitish: ${{ github.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}