diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b917484..596916c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,6 +35,6 @@ jobs: version: latest args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a333b7c..ca6e271 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -8,7 +8,7 @@ builds: - main: ./cmd/app brews: - name: templater - tap: + repository: owner: rjshrjndrn name: homebrew-tap url_template: "https://github.com/rjshrjndrn/templater/releases/download/{{ .Tag }}/templater_{{ .Version }}_{{ .Os }}_{{ .Arch }}.tar.gz"