This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 27ae1cd0d993a274ccbfee630d244b1f1f838974 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 13:38:58 2023 +0200 Fix YAML escaping issue, 7th time --- .github/workflows/deploy-release-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release-reusable.yml b/.github/workflows/deploy-release-reusable.yml index 62cc74c..d54a785 100644 --- a/.github/workflows/deploy-release-reusable.yml +++ b/.github/workflows/deploy-release-reusable.yml @@ -31,7 +31,7 @@ on: # `distribution-*` input defaults should match the ones in `pom.xml`! distribution-attachment-filepath-pattern: description: The regex pattern matched against the full filepath for determining attachments to be included in the distribution - default: > + default: |- '^.*/target/log4j-(.+)-'${PROJECT_VERSION}'(-tests)?\\.jar$' type: string distribution-attachment-count:
