Skip to content

Commit c9e44a2

Browse files
committed
depromote
1 parent 064a85b commit c9e44a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ all: clean deps test build
196196
depromote: info check_github_token
197197
@echo "Depromoting $(LATEST_VERSION)"
198198
@github-release delete -u stelligent -r mu -t v$(LATEST_VERSION)
199+
git tag --delete v$(LATEST_VERSION)
199200
@git push -d origin v$(LATEST_VERSION)
200201

201202
promote: info

0 commit comments

Comments
 (0)