Skip to content

Commit

Permalink
FIX Don't try to tag patches on recipes (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 1, 2024
1 parent edd5ced commit 690fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cms-any/tag-patch-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'silverstripe-tx-translator',
'supported-modules',
];
$shouldHaveAction = $shouldHaveAction && !is_misc() && !module_is_one_of($notAllowedRepos);
$shouldHaveAction = $shouldHaveAction && !is_misc() && !module_is_recipe() && !module_is_one_of($notAllowedRepos);

if ($shouldHaveAction) {
write_file_even_if_exists($workflowPath, $content);
Expand Down

0 comments on commit 690fb37

Please sign in to comment.