소스 검색

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 }}'.