diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index daf8f79b5c8b4..e4c2195ffabf6 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -173,7 +173,7 @@ jobs: [[ "$bottles" = "false" ]] then exit 0 - elif "$pushable" + elif "$pushable" || [[ "$fork_type" = "Organization" ]] then MESSAGE="$ORG_FORK_MESSAGE" else