Sfoglia il codice sorgente

Remove check tags thing

Philipp Heckel 4 anni fa
parent
commit
4cc53633d8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -123,7 +123,7 @@ release-check-tags:
 	 	exit 1;\
 	fi
 
-release: build-deps release-check-tags
+release: build-deps
 	goreleaser release --rm-dist --debug
 
 release-snapshot: build-deps