diff --git a/src/.goreleaser.yml b/src/.goreleaser.yml index 8563028..c780726 100644 --- a/src/.goreleaser.yml +++ b/src/.goreleaser.yml @@ -1,4 +1,10 @@ builds: - binary: ./bin/helm-migrate flags: - - -trimpath \ No newline at end of file + - -trimpath + +archives: + - id: tar + format: tar.gz + files: + - plugin.yaml \ No newline at end of file diff --git a/plugin.yaml b/src/plugin.yaml similarity index 100% rename from plugin.yaml rename to src/plugin.yaml