Skip to content

Commit e79e449

Browse files
committed
ci: fix release name
1 parent 2830fda commit e79e449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Info
2626
id: info
2727
run: |
28-
export _NAME="task.json-web-${GITHUB_REF#refs/heads/}"
28+
export _NAME="task.json-web-${GITHUB_REF#refs/tags/}"
2929
echo "::set-output name=RELEASE_NAME::$_NAME"
3030
echo "RELEASE_NAME=$_NAME" >> $GITHUB_ENV
3131

0 commit comments

Comments
 (0)