We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2491cca commit 3a7d08aCopy full SHA for 3a7d08a
.github/workflows/publish-extensions.yml
@@ -43,7 +43,7 @@ jobs:
43
command: python --version
44
- name: Set default global version
45
run: |
46
- pyenv install 3.8
+ pyenv install 3.8
47
pyenv global 3.8
48
- uses: actions/setup-java@v3
49
with:
.github/workflows/validate-pr.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
34
env:
0 commit comments