Skip to content

Commit

Permalink
set fetch depth in order to try to get the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 16, 2021
1 parent 327d736 commit 34064c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -18,6 +18,8 @@ jobs:

- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
with:
fetch-depth: 0

- name: Set up Python
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 34064c3

Please sign in to comment.