Fix tagname

This commit is contained in:
Knut-Erik Johnsen 2024-10-14 13:44:45 +02:00
parent 220068c09f
commit 14076cd62e
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ jobs:
run: |
gh release create "$provider-$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="$provider--v${tag#v}" \
--title="$provider-v${tag#v}" \
--target "$GITHUB_SHA"