Skip to content

Commit 749b577

Browse files
committed
Fix typo in build.yaml
1 parent 0e22358 commit 749b577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
if: github.actor != 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
3434
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 }}
3636
with:
3737
java-version: |
3838
8
3939
17
4040
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/') }}
4343

4444
deploy-snapshot:
4545
needs: build

0 commit comments

Comments
 (0)