We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d387fe commit b503fcfCopy full SHA for b503fcf
.github/workflows/release.yml
@@ -20,5 +20,5 @@ jobs:
20
run: |
21
gh release create "$GITHUB_REF_NAME" \
22
--repo="$GITHUB_REPOSITORY" \
23
- --title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v} \
+ --title="${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" \
24
--generate-notes
0 commit comments