Fix release scripts

This commit is contained in:
Andrei Pohilko
2024-11-13 11:10:02 +00:00
parent 79cbd8ee31
commit c4d4db9e68
3 changed files with 18 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: "1.18.2"
args: release --snapshot --rm-dist
args: release --snapshot --clean
- name: Test if the Binary is Runnable
run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help"
- uses: actions/upload-artifact@v3