Fix issue of goreleaser

This commit is contained in:
Andrei Pohilko
2023-07-08 12:49:28 +01:00
parent 5531286da6
commit eb51f8a130
2 changed files with 8 additions and 4 deletions

View File

@@ -8,6 +8,10 @@ on:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
@@ -33,7 +37,7 @@ jobs:
- name: Dry Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: "1.18.2"
args: release --snapshot --rm-dist
- name: Test if the Binary is Runnable
run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help"