File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 68
68
needs : [ deploy-snapshot, deploy-release ]
69
69
if : ${{ always() && (needs.deploy-snapshot.result == 'success' || needs.deploy-release.result == 'success') }}
70
70
name : " verify-reproducibility (${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})"
71
- uses : apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.0
71
+ uses : apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.1.1
72
72
with :
73
73
nexus-url : ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }}
74
74
# Encode the `runs-on` input as JSON array
You can’t perform that action at this time.
0 commit comments