Skip to content

Commit

Permalink
Merge pull request #130 from TomAugspurger/packaging-3
Browse files Browse the repository at this point in the history
checkout@v2
  • Loading branch information
Tom Augspurger authored May 10, 2021
2 parents 4aeeff4 + f31d545 commit f4cd70b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit f4cd70b

Please sign in to comment.