Explorar el Código

make release should depend on deps

tags/v1.1.0
Shivaram Lingamneni hace 5 años
padre
commit
08d346ce50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -7,7 +7,7 @@ all: install
7 7
 install: deps
8 8
 	./install.sh
9 9
 
10
-release:
10
+release: deps
11 11
 	goreleaser --skip-publish --rm-dist
12 12
 
13 13
 capdefs:

Loading…
Cancelar
Guardar