Skip to content

Commit 727643d

Browse files
committed
chore(ci): fix release title
1 parent b4527c7 commit 727643d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
VERSION: ${{ github.ref_name }}
6060
run: |
61-
gh release create v$(echo $VERSION) --title "v$(echo $VERSION)" --generate-notes
61+
gh release create $(echo $VERSION) --title "$(echo $VERSION)" --generate-notes
6262
6363
publish:
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)