Skip to content

Commit

Permalink
Fixed bug in conditional unshallow when resolving #12
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanderson committed May 17, 2020
1 parent 4c8669c commit 9f6bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
if: github.event.ref_type == 'branch'
if: github.event.ref_type != 'tag'
run: |
git fetch --prune --unshallow
git describe --tags
Expand Down

0 comments on commit 9f6bbd6

Please sign in to comment.