Skip to content

Commit

Permalink
Merge pull request #623 from danforthcenter/set-fetch-depth-for-deploy
Browse files Browse the repository at this point in the history
Update deployment workflow to checkout all commits and tags
  • Loading branch information
nfahlgren authored Sep 11, 2020
2 parents eb18167 + ad70bd1 commit 3a28d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@main
with:
Expand Down

0 comments on commit 3a28d22

Please sign in to comment.