Skip to content

Commit

Permalink
ci(goreleaser): removed deprecated fields
Browse files Browse the repository at this point in the history
Signed-off-by: rjshrjndrn <[email protected]>
  • Loading branch information
rjshrjndrn committed Mar 13, 2024
1 parent 3ce172e commit 2897ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2897ee3

Please sign in to comment.