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