diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 21c1239..ce4f7d8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -35,23 +35,6 @@ builds: - arm64 mod_timestamp: *build-timestamp ldflags: *build-ldflags -# will probably be supported in the future -# hooks: -# post: -# - cmd: .tools/quill sign-and-notarize "{{ .Path }}" --dry-run={{ .IsSnapshot }} --ad-hoc={{ .IsSnapshot }} -vv -# env: -# - QUILL_LOG_FILE=/tmp/quill-{{ .Target }}.log - -# not supported yet -# - id: windows-build -# dir: ./cmd/grant -# binary: grant -# goos: -# - windows -# goarch: -# - amd64 -# mod_timestamp: *build-timestamp -# ldflags: *build-ldflags archives: - id: linux-archives @@ -62,10 +45,3 @@ archives: - id: darwin-archives builds: - darwin-build - -# not supported yet -# - id: windows-archives -# format: zip -# builds: -# - windows-build - diff --git a/Taskfile.yaml b/Taskfile.yaml index c0be424..cb91502 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -148,7 +148,7 @@ tasks: silent: true - cmd: | cat .goreleaser.yaml >> {{ .TMP_DIR }}/goreleaser.yaml - echo "dist: {{ .SNAPSHOT_DIR }}" >> {{ .TMP_DIR }}/goreleaser.yaml + echo "dist: {{ .SNAPSHOT_DIR }}" > {{ .TMP_DIR }}/goreleaser.yaml - cmd: "{{ .TOOL_DIR }}/goreleaser release --clean --skip=publish --skip=sign --snapshot --config {{ .TMP_DIR }}/goreleaser.yaml"