Skip to content

Commit

Permalink
ci(python): Fix docs trigger (#12449)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Nov 14, 2023
1 parent f617d80 commit 891b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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 && steps.version.outputs.is_prerelease == 'false'
uses: peter-evans/repository-dispatch@v2
with:
event-type: python-release
Expand Down

0 comments on commit 891b586

Please sign in to comment.