Skip to content

Commit

Permalink
infra[patch]: fix release workflow (#191)
Browse files Browse the repository at this point in the history
add missing arg to `get_min_versions` script
  • Loading branch information
ccurme authored Sep 10, 2024
1 parent 644de0b commit fc72065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
id: min-version
run: |
poetry run pip install packaging
min_versions="$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)"
min_versions="$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml release)"
echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT"
echo "min-versions=$min_versions"
Expand Down

0 comments on commit fc72065

Please sign in to comment.