Skip to content

Commit b503fcf

Browse files
committed
chore(ci): adjust create release action
1 parent 7d387fe commit b503fcf

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
@@ -20,5 +20,5 @@ jobs:
2020
run: |
2121
gh release create "$GITHUB_REF_NAME" \
2222
--repo="$GITHUB_REPOSITORY" \
23-
--title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v} \
23+
--title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" \
2424
--generate-notes

0 commit comments

Comments
 (0)