Skip to content

Commit

Permalink
release: Fetch all tags
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Best <[email protected]>
  • Loading branch information
ribbybibby committed Mar 17, 2022
1 parent f667d25 commit 32d8676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
fetch-depth: 0

- name: Unshallow
run: git fetch --prune --unshallow
- name: Fetch all tags
run: git fetch --force --tags

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
Expand Down

0 comments on commit 32d8676

Please sign in to comment.