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
The following commit(s) were added to refs/heads/main by this push:
new fd626c4 Fix YAML escaping issue
fd626c4 is described below
commit fd626c4e973a924c4edc9e461394e785d5c84d7e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 12:15:30 2023 +0200
Fix YAML escaping issue
---
.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 4f4ea81..9fc2772 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: ^.*/target/log4j-(.+)-${project.version}(-tests)?\\.jar$
+ default: ^.*/target/log4j-(.+)-${{ '$'
}}{project.version}(-tests)?\\.jar$
type: string
distribution-attachment-count:
description: The number of attachments expected to be found