Просмотр исходного кода

Working on .goreleaser configuration file.

Jeff Lanzarotta 1 год назад
Родитель
Сommit
3441475096
1 измененных файлов с 2 добавлено и 2 удалено
  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 }}'.