Explorar el Código

Remove check tags thing

Philipp Heckel hace 4 años
padre
commit
4cc53633d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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