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 f1d230c commit ac3854eCopy full SHA for ac3854e
1 file changed
.github/workflows/release-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set version env
21
# Use a little bit of bash to extract the tag name from the GitHub ref
22
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
23
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
24
with:
25
disable-autolabeler: true
26
# Override the Release name/tag/version with the actual tag name
0 commit comments