Skip to content

Commit 33fbd36

Browse files
authored
fix: wrong openJ9 distribution name
1 parent 5fcc5dc commit 33fbd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
java: [11, 15]
11-
distribution: [adopt, adopt-j9]
11+
distribution: [adopt, adopt-openj9]
1212
kubernetes: ['v1.17.13','v1.18.12','v1.19.4']
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)