This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch release/2.25.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release/2.25.0 by this push:
new d41bfa4194 Test `deploy-release-reusable` modifications in
`logging-parent`
d41bfa4194 is described below
commit d41bfa4194d3c6bd6ee1dff8caff1940eb32fd81
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Jun 7 11:10:35 2025 +0200
Test `deploy-release-reusable` modifications in `logging-parent`
The result of this build will be discarded.
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 5fde2a0851..c92c9c7fb3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j2' &&
startsWith(github.ref_name, 'release/')
- uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.0
+ uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@main
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}