mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Release 0.0.8
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -19,6 +19,12 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user