diff --git a/.github/workflows/docs-python.yml b/.github/workflows/docs-python.yml index ce97162aac74..b68bc9ee254d 100644 --- a/.github/workflows/docs-python.yml +++ b/.github/workflows/docs-python.yml @@ -58,7 +58,7 @@ jobs: target-folder: api/python/dev single-commit: true - - name: Parse the tag to find the major/minor version of Polars + - name: Parse the tag to find the major version of Polars id: version if: github.event_name == 'repository_dispatch' shell: bash diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index e6186206c4d3..80a5e6fc3e63 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -270,7 +270,7 @@ jobs: TAG: ${{ steps.github-release.outputs.tag_name }} - name: Trigger other workflows related to the release - if: inputs.dry-run == false && steps.version.outputs.is_prerelease == 'false' + if: inputs.dry-run == false uses: peter-evans/repository-dispatch@v3 with: event-type: python-release