Skip to content

Commit 14076cd

Browse files
committed
Fix tagname
1 parent 220068c commit 14076cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release-provider-model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
run: |
6060
gh release create "$provider-$tag" \
6161
--repo="$GITHUB_REPOSITORY" \
62-
--title="$provider--v${tag#v}" \
62+
--title="$provider-v${tag#v}" \
6363
--target "$GITHUB_SHA"

0 commit comments

Comments
 (0)