From 9d3d17aa30b1f66d187cd726c4e692fe925f6b3d Mon Sep 17 00:00:00 2001 From: Ian Zink Date: Fri, 29 Sep 2023 10:52:34 -0500 Subject: [PATCH] Add missing with clause to release gh action Signed-off-by: Ian Zink --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58ef76781..0a32365db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,8 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3.6.0 - fetch-depth: 0 + with: + fetch-depth: 0 - name: Setup Go uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@4.1.0