Skip to content

Commit 25012a0

Browse files
Update build-and-publish.yml
1 parent b0b2d46 commit 25012a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- '!*.md'
1616
- '*.gradle'
1717
env:
18-
GRADLE_OPTIONS: -x jar -x javadoc -x javadocJar -x compileJava -x processResources -x classes -x sourceJar
1918
PREVIEW_TASK: publishSnapshotPublicationToSonatypeSnapshotRepository
2019
PUBLISH_TASK: publishMavenCentralReleasePublicationToSonatypeRepository
2120

@@ -27,6 +26,8 @@ jobs:
2726
runs-on: ubuntu-latest
2827
steps:
2928
- uses: actions/checkout@v2
29+
- name: Easy detect-secrets
30+
uses: RobertFischer/detect-secrets-action@v2.0.0
3031
- name: Set up JDK
3132
uses: actions/setup-java@v2
3233
with:
@@ -83,6 +84,8 @@ jobs:
8384
runs-on: ubuntu-latest
8485
steps:
8586
- uses: actions/checkout@v2
87+
- name: Easy detect-secrets
88+
uses: RobertFischer/detect-secrets-action@v2.0.0
8689
- name: Set up JDK
8790
uses: actions/setup-java@v2
8891
with:

0 commit comments

Comments
 (0)