Skip to content

Commit c11568d

Browse files
authored
Update release.yml
1 parent 4da70d7 commit c11568d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git add version.txt
2626
git diff --staged --quiet || git commit -m "chore: bump version to $VERSION"
2727
28-
# Supprime le tag distant
28+
git tag -d $TAG
2929
git push origin --delete $TAG
3030
3131
# Recrée le tag sur le nouveau commit

0 commit comments

Comments
 (0)