Skip to content

Commit e52d967

Browse files
committed
force publish to latest tag
Signed-off-by: Yingrong Zhao <[email protected]>
1 parent 3c83e41 commit e52d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefiles/magefile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func PublishBundle() {
237237
meta := releases.LoadMetadata()
238238
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Version).In("installer").Must().RunV()
239239

240-
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Permalink).In("installer").Must().RunV()
240+
buildPorterCmd("publish", "--registry", Env.Registry, "-f=porter.yaml", "--tag", meta.Permalink, "--force").In("installer").Must().RunV()
241241
}
242242

243243
// Generate k8s manifests for the operator.

0 commit comments

Comments
 (0)