Skip to content

Commit 1f3ff89

Browse files
authored
Fix GoReleaser target publish location (#1620)
1 parent 983ea74 commit 1f3ff89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Otherwise the first steps that checkout the code will not include your local
6262
changes and all future steps will not include those changes. This includes any
6363
modifications to `goreleaser.yaml`!
6464

65+
> Before following these steps you will need to manually update
66+
`release/tag/goreleaser.yaml` so that `release.github.owner` points to your
67+
GitHub account.
68+
6569
1. Setup your gcloud profile.
6670
2. Create and enable the Google Cloud Secret Manager on the profile
6771
3. Create a GitHub Personal Access Token and save it as `github-token` in the

release/tag/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ changelog:
4949
- Merge branch
5050
release:
5151
github:
52-
owner: "{{ .Env._GITHUB_USER }}"
52+
owner: "GoogleContainerTools"
5353
name: kpt

0 commit comments

Comments
 (0)