We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ffe8e commit 8afebb6Copy full SHA for 8afebb6
.github/workflows/tag-python-release.yml
@@ -40,7 +40,7 @@ jobs:
40
if ! git rev-parse "$tag" >/dev/null 2>&1; then
41
echo "Tagging commit $commit with $tag"
42
git tag "$tag" "$commit"
43
- git push origin "v$tag"
+ git push origin "$tag"
44
else
45
echo "Tag $tag already exists, skipping."
46
fi
0 commit comments