fix(releaser): fix failure to install PyGithub (#81)

This commit is contained in:
Patrick Lehmann
2024-07-30 07:32:15 +02:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ runs:
steps: steps:
- shell: bash - shell: bash
run: pip install --disable-pip-version-check PyGithub --progress-bar off run: pip install --disable-pip-version-check PyGithub --progress-bar off --break-system-packages
- shell: bash - shell: bash
run: '''${{ github.action_path }}/../releaser.py''' run: '''${{ github.action_path }}/../releaser.py'''