We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882fac1 commit 1926cb0Copy full SHA for 1926cb0
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
deploy-snapshot:
46
needs: build
47
if: github.repository == 'apache/logging-log4j-kotlin' && github.ref_name == 'main'
48
- uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0
+ uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.0.0
49
# Secrets for deployments
50
secrets:
51
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
0 commit comments