Skip to content

Commit

Permalink
Don't unshallow for tag creation events (resolves #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanderson committed May 17, 2020
1 parent 59651b5 commit 4c8669c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
if: github.event.ref_type == 'branch'
run: |
git fetch --prune --unshallow
git describe --tags
Expand Down

0 comments on commit 4c8669c

Please sign in to comment.