mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-26 04:51:57 +00:00
Fix broken release notes
This commit is contained in:
parent
ea3c592d63
commit
d536a659bd
1 changed files with 3 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
|
||||
|
||||
- name: goreleaser
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue