Skip to content

Commit

Permalink
fix: Invalid fetch tags steps (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 17, 2023
1 parent be78c40 commit 97a5bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/python-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 97a5bf7

Please sign in to comment.