Skip to content

Commit fb8ba7b

Browse files
authored
Fix snapshots if check (#451)
1 parent 226367a commit fb8ba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
env:
6666
SONATYPE_NEXUS_USERNAME: ${{ secrets.SonatypeUsername }}
6767
SONATYPE_NEXUS_PASSWORD: ${{ secrets.SonatypePassword }}
68-
if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && matrix.java_version == '1.8'
68+
if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && matrix.java_version == '11'

0 commit comments

Comments
 (0)