diff --git a/releaser/composite/action.yml b/releaser/composite/action.yml index fd8943b7..3b7cc58e 100644 --- a/releaser/composite/action.yml +++ b/releaser/composite/action.yml @@ -45,7 +45,7 @@ runs: steps: - 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 run: '''${{ github.action_path }}/../releaser.py'''