Skip to content

Commit

Permalink
Fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 19, 2021
1 parent ba97021 commit feb88e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0`
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 feb88e7

Please sign in to comment.