Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Mar 25, 2024
1 parent fa5ccab commit b6c5f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --prune --unshallow
run: |-
apt update && sudo apt install git
git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit b6c5f0d

Please sign in to comment.