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 98c7bd9 commit c59e45dCopy full SHA for c59e45d
.github/workflows-config/release-drafter.yml
@@ -1,6 +1,6 @@
1
# Should trim prefix `refs/tags/` from tag name
2
-name-template: "${{ github.ref }} 🌈"
3
-tag-template: "${{ github.ref }}"
+name-template: "$BASE_REF_NAME 🌈"
+tag-template: "$BASE_REF_NAME"
4
template: |
5
## Changes
6
$CHANGES
0 commit comments