Parcourir la source

Working on .goreleaser configuration file.

Jeff Lanzarotta il y a 1 an
Parent
commit
3441475096
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 }}'.