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 6461098 commit 07d3d7eCopy full SHA for 07d3d7e
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
deploy-release:
55
needs: build
56
if: github.repository == 'apache/logging-log4j-transform' && startsWith(github.ref_name, 'release/')
57
- uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0
+ uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.1.0
58
# Secrets for deployments
59
secrets:
60
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
0 commit comments