Procházet zdrojové kódy

Working on .goreleaser configuration file.

Jeff Lanzarotta před 1 rokem
rodič
revize
3441475096
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .goreleaser.yaml

+ 2 - 2
.goreleaser.yaml

@@ -7,8 +7,8 @@ env_files:
   # https://github.com/settings/tokens/new.
   github_token: ./github_token
 
-    #builds:
-    #  - skip: true
+builds:
+  - skip: true
 
     #source:
     #  name_template: '{{ .ProjectName }}-{{ .Version }}'.