Skip to content

Commit 00e9fac

Browse files
committed
Use python interpreter
1 parent 6e9ef57 commit 00e9fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Validate version
4040
run: |
41-
scripts/release/validate-version.py "$RELEASE_VERSION"
41+
python scripts/release/validate-version.py "$RELEASE_VERSION"
4242
4343
- name: Create release branch
4444
run: |

0 commit comments

Comments
 (0)