Skip to content

Commit

Permalink
Build docs on pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 12, 2024
1 parent b624c58 commit d054bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d054bc9

Please sign in to comment.