diff --git a/scripts/cms-any/tag-patch-release.php b/scripts/cms-any/tag-patch-release.php index a69e7f6..c6d6c37 100644 --- a/scripts/cms-any/tag-patch-release.php +++ b/scripts/cms-any/tag-patch-release.php @@ -31,6 +31,10 @@ latest_local_sha: \${{ inputs.latest_local_sha }} EOT; +if (is_gha_repository()) { + $content .= "\n dispatch_gha_autotag: true\n"; +} + $workflowPath = '.github/workflows/tag-patch-release.yml'; $ciPaths = [ '.github/workflows/ci.yml', '.github/workflows/action-ci.yml' ]; $shouldHaveAction = false;