Skip to content

Commit

Permalink
Clone the entire history so that tags can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Sep 11, 2020
1 parent ba7b9b4 commit 30f7d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Clone latest repository
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check that the tag exists
if: ${{ github.event_name == 'workflow_dispatch' }}
id: tag_check
Expand Down

0 comments on commit 30f7d41

Please sign in to comment.