Skip to content

Commit

Permalink
adding checkout to build/release action (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zecchini authored Jun 2, 2021
1 parent 9a4142a commit c101178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
needs: tests
if: github.event_name == 'release' && github.event.action == 'created'
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.7
Expand Down

0 comments on commit c101178

Please sign in to comment.