Skip to content

Commit d6a4484

Browse files
Added debug to validate inputs
Signed-off-by: Gary Bright <gary@mondoo.com>
1 parent ba4212c commit d6a4484

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@v4
4242
with:
43-
fetch-depth: 1
44-
fetch-tags: true
43+
fetch-depth: 0
44+
45+
- name: Dump all inputs
46+
run: echo "${{ toJSON(inputs) }}"
4547

4648
- name: Skip Publish for Alpha and Beta Tags
4749
id: skip-publish

0 commit comments

Comments
 (0)