Skip to content

Commit

Permalink
fix: set correct fetch-depth for semantic release (#25)
Browse files Browse the repository at this point in the history
### Summary

set fetch-depth to 0 for checkout action

### Checklist

* [x]Does your PR title have the correct title format?
* Does your PR have a breaking change?: no
  • Loading branch information
bohan-amplitude committed May 12, 2022
1 parent 8eb6e52 commit 0514d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout for release to PyPI
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python 3.7
uses: actions/setup-python@v3
Expand Down

0 comments on commit 0514d40

Please sign in to comment.