Skip to content

Commit c59e45d

Browse files
committed
fix(ci): using $BASE_REF_NAME instead of ${{ github.ref_name}}
1 parent 98c7bd9 commit c59e45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Should trim prefix `refs/tags/` from tag name
2-
name-template: "${{ github.ref }} 🌈"
3-
tag-template: "${{ github.ref }}"
2+
name-template: "$BASE_REF_NAME 🌈"
3+
tag-template: "$BASE_REF_NAME"
44
template: |
55
## Changes
66
$CHANGES

0 commit comments

Comments
 (0)