Release 0.1.0

This commit is contained in:
Andrei Pohilko
2022-10-04 09:12:14 +01:00
parent 8b5f8e1031
commit 3c4d73665e
3 changed files with 1 additions and 19 deletions

View File

@@ -13,12 +13,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- 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: