Skip to content

Commit

Permalink
fix: Don't fetch tags in release workflow (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jul 26, 2024
1 parent 17be676 commit bc0b80f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
url: https://pypi.org/p/immoney
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: 3.12
Expand Down

0 comments on commit bc0b80f

Please sign in to comment.