added fetch depth

This commit is contained in:
Schmieder, Jacob
2024-05-15 10:47:40 +00:00
parent 9b4a0357ed
commit 8217ac82a7
+2
View File
@@ -19,6 +19,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set up Poetry 📦 - name: Set up Poetry 📦
if: ${{ !(startsWith(github.ref, 'refs/tags'))}} if: ${{ !(startsWith(github.ref, 'refs/tags'))}}
uses: JRubics/poetry-publish@v1.16 uses: JRubics/poetry-publish@v1.16