Skip to content

Commit 9207846

Browse files
committed
regenerate ci.yml
1 parent c06dc60 commit 9207846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
strategy:
108108
matrix:
109109
os: [ubuntu-latest]
110-
scala: [2.13.10]
111110
java: [temurin@8]
112111
runs-on: ${{ matrix.os }}
113112
steps:
@@ -178,4 +177,4 @@ jobs:
178177
env:
179178
MYGET_USERNAME: ${{ secrets.PLATTFORM_MYGET_ENTERPRISE_WRITE_ID }}
180179
MYGET_PASSWORD: ${{ secrets.PLATTFORM_MYGET_ENTERPRISE_WRITE_SECRET }}
181-
run: sbt '++ ${{ matrix.scala }}' +publish
180+
run: sbt +publish

0 commit comments

Comments
 (0)