[CI] Fix typo
This commit is contained in:
parent
afa5da7fd6
commit
c37015ef94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
|
||||
- name: Setup Python
|
||||
- uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue