Add missing with clause to release gh action

Signed-off-by: Ian Zink <zforce@gmail.com>
pull/12437/head
Ian Zink 2 years ago
parent 21ea847ff2
commit 9d3d17aa30
No known key found for this signature in database
GPG Key ID: 446514E7EEBE6422

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

Loading…
Cancel
Save