Skip to content

Commit 3a95196

Browse files
build: update create-release.yml
1 parent 245c947 commit 3a95196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GH_TOKEN: ${{ github.token }}
16-
RELEASE: ${{ github.ref_name }}
16+
RELEASE: ${{ github.ref_name//v }}
1717

1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:

0 commit comments

Comments
 (0)