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 2b5c2a9 commit 0c5b2b8Copy full SHA for 0c5b2b8
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
deploy-snapshot:
45
needs: build
46
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
47
- uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.1.1
48
# Secrets for deployments
49
secrets:
50
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
0 commit comments