Skip to content

Commit e56dd2d

Browse files
committed
fix: tag name
1 parent f8a88fe commit e56dd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
fail_on_unmatched_files: true
7070
files: |
7171
release_assets/*.zip
72-
name: Release ${{ github.ref }}/*
72+
name: Release ${{ replace(github.ref, 'refs/tags/', '') }}
7373
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)