Skip to content

Commit bcb18d6

Browse files
FIX: @W-17590063@: Add install of python 3.10+ to publish-to-npm script to fix release automation
1 parent 77080a6 commit bcb18d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
with:
8080
distribution: 'temurin'
8181
java-version: '11' # For now, Java version is hardcoded.
82+
- uses: actions/setup-python@v5
83+
with:
84+
python-version: '>=3.10'
8285
# Install SF, and the release candidate version.
8386
- run: npm install -g @salesforce/cli
8487
- run: sf plugins install @salesforce/plugin-code-analyzer@latest-beta-rc

0 commit comments

Comments
 (0)