Skip to content

Commit

Permalink
Fix GoReleaser target publish location (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
runewake2 committed Mar 25, 2021
1 parent 983ea74 commit 1f3ff89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Otherwise the first steps that checkout the code will not include your local
changes and all future steps will not include those changes. This includes any
modifications to `goreleaser.yaml`!

> Before following these steps you will need to manually update
`release/tag/goreleaser.yaml` so that `release.github.owner` points to your
GitHub account.

1. Setup your gcloud profile.
2. Create and enable the Google Cloud Secret Manager on the profile
3. Create a GitHub Personal Access Token and save it as `github-token` in the
Expand Down
2 changes: 1 addition & 1 deletion release/tag/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ changelog:
- Merge branch
release:
github:
owner: "{{ .Env._GITHUB_USER }}"
owner: "GoogleContainerTools"
name: kpt

0 comments on commit 1f3ff89

Please sign in to comment.