Skip to content

Commit 32820fa

Browse files
committed
add v back to python action version tag
1 parent 80551e0 commit 32820fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git fetch origin dev:dev
2121
git reset --hard dev
2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@4
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.8
2626
- name: Change version number

0 commit comments

Comments
 (0)