Update pre_release.yml

typo
This commit is contained in:
Proddy
2021-06-19 13:32:46 +02:00
committed by GitHub
parent 85161ec09a
commit 2d96aa1736

View File

@@ -21,7 +21,7 @@ jobs:
echo "::set-output name=version::$version" echo "::set-output name=version::$version"
- name: Install PlatformIO - name: Install PlatformIO
uses: actions/setup-python@v2 uses: actions/setup-python@v2
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U platformio pip install -U platformio