1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

ci: delete local nightly tag on release

This commit is contained in:
Carlos Alexandro Becker 2024-11-04 10:26:28 -03:00
parent 79c6dd923f
commit efb4bd41f1
No known key found for this signature in database

View File

@ -177,6 +177,7 @@ tasks:
NEXT:
sh: svu n
cmds:
- git tag -d nightly
- git tag {{.NEXT}}
- echo {{.NEXT}}
- git push origin --tags