We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220068c commit 14076cdCopy full SHA for 14076cd
.github/workflows/maven-release-provider-model.yaml
@@ -59,5 +59,5 @@ jobs:
59
run: |
60
gh release create "$provider-$tag" \
61
--repo="$GITHUB_REPOSITORY" \
62
- --title="$provider--v${tag#v}" \
+ --title="$provider-v${tag#v}" \
63
--target "$GITHUB_SHA"
0 commit comments