Skip to content

Commit 7c04713

Browse files
committed
Missed python setup
1 parent dab0cd3 commit 7c04713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
newVersion: ${{ steps.checkTag.outputs.newVersion }}
1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Use Python 3.10
21+
uses: actions/setup-python@v5
22+
with:
23+
python-version: "3.10"
2024
- name: Check current tag
2125
id: checkTag
2226
run: |

0 commit comments

Comments
 (0)