Skip to content

Commit

Permalink
Fixing tag fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Jun 22, 2023
1 parent 59f3f00 commit 675036c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 675036c

Please sign in to comment.