Skip to content

Commit

Permalink
Fetch tags on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Oct 2, 2020
1 parent 1bc47ec commit 1c6671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Unshallow
run: git fetch --prune --unshallow
run: git fetch --prune --tags --unshallow

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 1c6671e

Please sign in to comment.