Add missing with clause to release gh action

Signed-off-by: Ian Zink <zforce@gmail.com>
(cherry picked from commit 9d3d17aa30)
release-3.13
Ian Zink 1 year ago committed by Matthew Farina
parent bae7b3293c
commit 6f9ad87ce7

@ -19,6 +19,7 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3.6.0
with:
fetch-depth: 0
- name: Setup Go

Loading…
Cancel
Save