diff --git a/.goreleaser.yml b/.goreleaser.yml index 16e0c7c65..197c6cb84 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -64,5 +64,5 @@ release: ## Installation ```bash - curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Version }}/install.sh | bash -s + curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Tag }}/install.sh | bash -s ```