Skip to content

Commit 8afebb6

Browse files
committed
Fix taggin
1 parent 54ffe8e commit 8afebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if ! git rev-parse "$tag" >/dev/null 2>&1; then
4141
echo "Tagging commit $commit with $tag"
4242
git tag "$tag" "$commit"
43-
git push origin "v$tag"
43+
git push origin "$tag"
4444
else
4545
echo "Tag $tag already exists, skipping."
4646
fi

0 commit comments

Comments
 (0)