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 bcb423c commit be4f54dCopy full SHA for be4f54d
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
deploy-snapshot:
46
needs: build
47
if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main'
48
- 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
49
# Secrets for deployments
50
secrets:
51
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
0 commit comments