diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index a90a353..87e20ad 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -31,4 +31,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }} \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 65baef6..4ad81e5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,18 +20,18 @@ changelog: exclude: - '^docs:' - '^test:' -#brews: -# - -# name: po-test -# tap: -# owner: loveholidays -# name: homebrew-tap -# commit_author: -# name: loveholidays -# email: oss@loveholidays.com -# folder: Formula -# homepage: "https://github.com/loveholidays/po-test" -# description: "CLI to run unit tests against prometheus-operator manifests" -# install: | -# bin.install "po-test" -# license: "MIT" +brews: + - + name: po-test + tap: + owner: loveholidays + name: homebrew-tap + commit_author: + name: loveholidays + email: oss@loveholidays.com + folder: Formula + homepage: "https://github.com/loveholidays/po-test" + description: "CLI to run unit tests against prometheus-operator manifests" + install: | + bin.install "po-test" + license: "MIT"