This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.6.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit ea67159acef958759deb4f92839e55649a5a7d5c Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Nov 17 09:50:14 2023 +0100 Remove redundant `distribution-attachment-*` CI arguments They are not only redundant, but also don't match SBOMs. --- .github/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c56ce1..6f09693 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -68,7 +68,3 @@ jobs: with: project-id: log4j-tools site-enabled: true - # TODO Remove `distribution-attachment-*` arguments after `logging-parent` version `10.4.0` release - distribution-attachment-count: 2 - distribution-attachment-filepath-pattern: |- - ^.*/log4j-(.+)-${PROJECT_VERSION}(\\.jar|-cyclonedx\\.xml)$
