Skip to content

Commit

Permalink
update clean-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Dec 6, 2023
1 parent 26a8979 commit 5bb449e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clean-tags.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git push -d origin $(git tag -l "*dev*")
git tag -d $(git tag -l "*dev*")
git push -d origin $(git tag -l "*dev*" "*alpha*" "*beta*")
git tag -d $(git tag -l "*dev*" "*alpha*" "*beta*")

0 comments on commit 5bb449e

Please sign in to comment.