Skip to content

Commit

Permalink
goreleaser config - fix owner (#87)
Browse files Browse the repository at this point in the history
binary uploads are failing because we moved this repo from the `uber`
GitHub org to `uber-go` GitHub org, so uploads are getting 307 response.
  • Loading branch information
sywhang committed Sep 18, 2023
1 parent 851bb6a commit 3377b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
release:
github:
owner: uber
owner: uber-go
name: mock

builds:
Expand All @@ -30,6 +30,7 @@ archives:
files:
- LICENSE
- README.md

checksum:
snapshot:
name_template: "snap-{{ .Commit }}"
Expand Down

0 comments on commit 3377b02

Please sign in to comment.