Skip to content

Commit 1672155

Browse files
committed
chore: Update GoReleaser configuration to skip publishing for Chocolatey (for testing)
1 parent 83ab194 commit 1672155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ chocolateys:
9292
release_notes: "https://github.com/SameerJS6/zed-cli-win-unofficial/releases/tag/v{{ .Version }}"
9393
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
9494
source_repo: "https://push.chocolatey.org/"
95-
skip_publish: false
95+
skip_publish: true

0 commit comments

Comments
 (0)