Release 0.0.8

This commit is contained in:
Andrei Pohilko
2022-10-04 08:40:48 +01:00
parent 890994d70d
commit 86c9f89acc
3 changed files with 8 additions and 2 deletions

View File

@@ -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: