We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5655118 commit 95d451bCopy full SHA for 95d451b
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
deploy-release:
58
needs: build
59
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60
- uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.1
61
# Secrets for deployments
62
secrets:
63
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
0 commit comments