Skip to content

Commit

Permalink
Update checkout command in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 19, 2021
1 parent feb88e7 commit 9b86537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'true'
- run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 9b86537

Please sign in to comment.