File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
if : github.actor != 'dependabot[bot]'
33
33
uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
34
34
secrets :
35
- DV_ACCESS_TOKEN : ${{ ! startsWith(github.refname , 'release/') && secrets.GE_ACCESS_TOKEN }}
35
+ DV_ACCESS_TOKEN : ${{ ! startsWith(github.ref_name , 'release/') && secrets.GE_ACCESS_TOKEN }}
36
36
with :
37
37
java-version : |
38
38
8
39
39
17
40
40
site-enabled : true
41
- reproducibility-check-enabled : false
42
- develocity-enabled : ${{ ! startsWith(github.refname , 'release/') }}
41
+ reproducibility-check-enabled : ${{ startsWith(github.ref_name, 'release/') }}
42
+ develocity-enabled : ${{ ! startsWith(github.ref_name , 'release/') }}
43
43
44
44
deploy-snapshot :
45
45
needs : build
You can’t perform that action at this time.
0 commit comments