We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da70d7 commit c11568dCopy full SHA for c11568d
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
git add version.txt
26
git diff --staged --quiet || git commit -m "chore: bump version to $VERSION"
27
28
- # Supprime le tag distant
+ git tag -d $TAG
29
git push origin --delete $TAG
30
31
# Recrée le tag sur le nouveau commit
0 commit comments