Fix release process

This commit is contained in:
Andrei Pohilko
2022-10-04 08:45:13 +01:00
parent 86c9f89acc
commit 061bd12f2f
2 changed files with 7 additions and 7 deletions

View File

@@ -13,18 +13,18 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 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 - name: Inject version
uses: jacobtomlinson/gha-find-replace@v2 uses: jacobtomlinson/gha-find-replace@v2
with: with:
find: 'v0.0.0' find: 'v0.0.0'
replace: ${{ github.ref_name }} replace: ${{ github.ref_name }}
include: "pkg/dashboard/static/datadog.js" 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 - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:

View File

@@ -1,5 +1,5 @@
name: "dashboard" name: "dashboard"
version: "0.0.8" version: "0.0.9"
usage: "A simplified way of working with Helm" usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI" description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"