We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408c517 commit acbca43Copy full SHA for acbca43
1 file changed
.github/workflows/publish.yml
@@ -48,6 +48,7 @@ jobs:
48
git push origin "v$VERSION"
49
else
50
echo "Tag v$VERSION already exists."
51
+ fi
52
53
# 6. Build distributions
54
- name: Build package
0 commit comments