Skip to content

Commit

Permalink
Rename org in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 3, 2024
1 parent f1e8d5c commit dc618f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:

release:
github:
owner: stealthrocket
owner: dispatchrun
name: dispatch
draft: false
prerelease: auto
Expand All @@ -30,7 +30,7 @@ changelog:

brews:
- name: dispatch
url_template: "https://github.com/stealthrocket/dispatch/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/dispatchrun/dispatch/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

commit_author:
name: stealthrocket-bot
Expand All @@ -50,7 +50,7 @@ brews:
system "#{bin}/dispatch --version"
repository:
owner: stealthrocket
owner: dispatchrun
name: homebrew-dispatch
branch: main
token: "{{ .Env.GH_TOKEN_HOMEBREW_DISPATCH }}"
Expand Down

0 comments on commit dc618f6

Please sign in to comment.