From 061bd12f2fe9fce369fc006e5e20535a8aa97ce2 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Tue, 4 Oct 2022 08:45:13 +0100 Subject: [PATCH] Fix release process --- .github/workflows/release.yaml | 12 ++++++------ plugin.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7d831b1..b064e18 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,18 +13,18 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.18 - - name: git cleanup - run: git clean -f - name: Inject version uses: jacobtomlinson/gha-find-replace@v2 with: find: 'v0.0.0' replace: ${{ github.ref_name }} include: "pkg/dashboard/static/datadog.js" + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.18 + - name: git cleanup + run: git clean -f - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/plugin.yaml b/plugin.yaml index 1c4064c..4283b64 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "0.0.8" +version: "0.0.9" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"