Skip to content

Commit

Permalink
fix current version
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 6, 2023
1 parent 3af4966 commit 79ad612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: "gabrielfalcao/pyenv-action@v13"
with:
command: pyenv global 3.8
versions: 3.8
versions: 3.8.18
- uses: actions/setup-java@v3
with:
distribution: "microsoft"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "gabrielfalcao/pyenv-action@v13"
with:
command: pyenv global 3.8
versions: 3.8
versions: 3.8.18
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 79ad612

Please sign in to comment.