Skip to content

Commit

Permalink
Merge pull request #44 from MaxOstrowski/master
Browse files Browse the repository at this point in the history
fetch history for correct versioning when deploying
  • Loading branch information
rkaminsk authored Mar 14, 2024
2 parents 61c18a4 + 80908ee commit 5e19aad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version: 3.11
Expand Down

0 comments on commit 5e19aad

Please sign in to comment.