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 2f9a0ac commit e690794Copy full SHA for e690794
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
deploy-release:
51
needs: build
52
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
53
- 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
54
# Secrets for deployments
55
secrets:
56
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
0 commit comments