Skip to content

Commit

Permalink
Update promote_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Mar 24, 2020
1 parent 2750acb commit 1bdaaaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/promote_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
# - name: Checkout Code
# uses: actions/checkout@v2

- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Checkout Tags
run: git fetch -t

Expand Down

0 comments on commit 1bdaaaa

Please sign in to comment.