Skip to content

Commit 1c7245e

Browse files
committed
Fix commitish in release drafter
1 parent d9cbe78 commit 1c7245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
name: "Netty Reactive Streams $RESOLVED_VERSION"
1515
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
16-
commitish: ${{ env.GITHUB_REF_NAME }}
16+
commitish: ${{ github.ref_name }}
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)