Skip to content

Commit

Permalink
Add missing with clause to release gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Zink <zforce@gmail.com>
  • Loading branch information
z4ce committed Sep 29, 2023
1 parent 21ea847 commit 9d3d17a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9d3d17a

Please sign in to comment.