We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cbe78 commit 1c7245eCopy full SHA for 1c7245e
.github/workflows/release-drafter.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
name: "Netty Reactive Streams $RESOLVED_VERSION"
15
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 }}
+ commitish: ${{ github.ref_name }}
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments