From 3fb2d09f19e0be5c44ee77ef1fac0b1d2626c48f Mon Sep 17 00:00:00 2001 From: Zachary Cowan <44091329+zacowan@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:15:22 -0400 Subject: [PATCH] ci: re-enable brew publish --- .goreleaser.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 65a028a..c576476 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -43,13 +43,13 @@ changelog: - "^ci(\\(.*\\))?:" - "^refactor(\\(.*\\))?:" -# brews: -# - homepage: https://github.com/zacowan/totle -# description: "totle is a simple tool to allow developers to jot down their thoughts for safe-keeping in a transferrable format." -# repository: -# owner: zacowan -# name: homebrew-tap -# token: "{{ .Env.TAP_GITHUB_TOKEN }}" +brews: + - homepage: https://github.com/zacowan/totle + description: "totle is a simple tool to allow developers to jot down their thoughts for safe-keeping in a transferrable format." + repository: + owner: zacowan + name: homebrew-tap + token: "{{ .Env.TAP_GITHUB_TOKEN }}" winget: - publisher: Zachary Cowan