Skip to content

Commit a6ff8ae

Browse files
committed
Remove problematic v char
1 parent 86b1062 commit a6ff8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
then
251251
TAG_NAME_BASE=$(echo "snapshot")
252252
else
253-
TAG_NAME_BASE=$(echo "v${{ inputs.use_tag }}")
253+
TAG_NAME_BASE=$(echo "${{ inputs.use_tag }}")
254254
fi
255255
echo "TAG_BASE=$TAG_NAME_BASE" >> $GITHUB_OUTPUT
256256
shell: bash

0 commit comments

Comments
 (0)