浏览代码

Working on .goreleaser configuration file.

Jeff Lanzarotta 1 年之前
父节点
当前提交
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 }}'.