Skip to content

Commit

Permalink
chore: Update Homebrew and Scoop configuration for cleed
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed Aug 16, 2024
1 parent 79cd0c4 commit e888bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
8 changes: 2 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ brews:
repository:
owner: radulucut
name: homebrew-cleed
commit_author:
name: radulucut
email: git@radulucut.com
token: "{{ .Env.GORELEASER_TOKEN }}"

scoops:
- name: cleed
Expand All @@ -56,9 +54,7 @@ scoops:
repository:
owner: radulucut
name: scoop-cleed
commit_author:
name: radulucut
email: git@radulucut.com
token: "{{ .Env.GORELEASER_TOKEN }}"

changelog:
sort: asc
Expand Down

0 comments on commit e888bca

Please sign in to comment.