Skip to content

Commit

Permalink
fix: Invalid fetch tags step
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 17, 2023
1 parent be78c40 commit 26083ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: git fetch --tags
- run: git fetch --tags
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit 26083ee

Please sign in to comment.