From 27eb7949e5df0cc6594310b07922d9a4bd75e416 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Mon, 19 Jun 2023 11:23:31 +0100 Subject: [PATCH] Change commit message of chart release (#369) --- .github/workflows/build.yml | 5 +++++ .github/workflows/release.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25f2fd6c..839cfb38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,11 @@ jobs: args: release --snapshot --rm-dist - name: Test if the Binary is Runnable run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help" + - uses: actions/upload-artifact@v3 + with: + name: binaries + path: dist/ + retention-days: 1 - name: golangci-lint uses: golangci/golangci-lint-action@v3.3.1 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac9591d6..76589070 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -118,4 +118,4 @@ jobs: user_email: "komi@komodor.io" user_name: "komodor-bot" destination_branch: "master" - commit_msg: "feat(helm-dashboard): ${{ github.event.head_commit.message }}" #important!! don't change this commit message unless you change the condition in pipeline.yml on helm-charts repo + commit_msg: "feat(OSS helm-dashboard): ${{ github.event.head_commit.message }}" #important!! don't change this commit message unless you change the condition in pipeline.yml on helm-charts repo