Skip to content

Commit

Permalink
Fix tag fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Nov 23, 2023
1 parent 01244bc commit 2f32125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow --tags
# https://github.com/actions/checkout/issues/290
- run: git fetch --force --tags
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 2f32125

Please sign in to comment.