Skip to content

Commit

Permalink
perform certain actions only on the upstream repo
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Bingham <[email protected]>
  • Loading branch information
qrkourier committed Sep 26, 2024
1 parent 4673b21 commit bcf62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func Release() error {
var args []string
args = append(args, "release", "--clean")

if os.Getenv("GITHUB_REPOSITORY_OWNER") != "helm" {
if os.Getenv("GITHUB_REPOSITORY") != "helm/chart-releaser" {
args = append(args, "--skip=docker,homebrew")
}

Expand Down

0 comments on commit bcf62eb

Please sign in to comment.