4 Commits

Author SHA1 Message Date
Andrei Pohilko
3c4d73665e Release 0.1.0 2022-10-04 09:12:14 +01:00
Andrei Pohilko
8b5f8e1031 Another test 2022-10-04 08:52:59 +01:00
Andrei Pohilko
44461bf5ab Test the workaround 2022-10-04 08:50:20 +01:00
Andrei Pohilko
061bd12f2f Fix release process 2022-10-04 08:45:13 +01:00
2 changed files with 1 additions and 7 deletions

View File

@@ -19,12 +19,6 @@ jobs:
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: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

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