From 734dcc3f4405e7c154fc4910e59b9ecde39a79d1 Mon Sep 17 00:00:00 2001 From: Matthew Mattox Date: Mon, 19 Feb 2024 15:29:10 -0600 Subject: [PATCH] Fixing dist folder --- .gitignore | 5 +---- .goreleaser.yaml | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2a9a844..ef73550 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,4 @@ kubeconfig kubeconfigs rancher-projects-kubeconfig rancher-projects -dist/artifacts.json -dist/CHANGELOG.md -dist/config.yaml -dist/metadata.json +dist/ diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 44bbc7c..e01602c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,9 +4,6 @@ env: gomod: proxy: true -builds: - - skip: false - changelog: sort: asc use: github