Another test

This commit is contained in:
Andrei Pohilko
2022-10-04 08:52:59 +01:00
parent 44461bf5ab
commit 8b5f8e1031

View File

@@ -33,7 +33,11 @@ jobs:
replace: ${{ github.ref_name }} replace: ${{ github.ref_name }}
include: "pkg/dashboard/static/datadog.js" include: "pkg/dashboard/static/datadog.js"
- name: Calm down GoReleaser - name: Calm down GoReleaser
run: git add pkg/dashboard/static/datadog.js && git commit -m "temporary" run: |
git config --global user.email "gh@komodor.com"
git config --global user.name "GH Internal"
git add pkg/dashboard/static/datadog.js
git commit -m "temporary"
- name: Dry Run GoReleaser - name: Dry Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with: