Skip to content

Commit

Permalink
FIX Pass dispatch_gha_autotag tag when appropriate (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 7, 2024
1 parent dc988df commit 364144a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cms-any/tag-patch-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 364144a

Please sign in to comment.