Skip to content

Commit 347952b

Browse files
authored
Update release.yml
1 parent 546280f commit 347952b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,8 @@ jobs:
122122
strategy:
123123
fail-fast: false
124124
matrix:
125-
include:
126-
- java: [ '8', '11', '17', '21' ]
127-
- os: ubuntu-latest
128-
129-
- os: windows-latest
130-
131-
- os: macos-latest
125+
java: [ '8', '11', '17', '21' ]
126+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
132127

133128
steps:
134129
- uses: actions/checkout@v4
@@ -195,4 +190,4 @@ jobs:
195190
run: |
196191
git config --global user.email "[email protected]"
197192
git config --global user.name "git"
198-
sbt ghpagesPushSite
193+
sbt ghpagesPushSite

0 commit comments

Comments
 (0)