Skip to content

Commit 3954da2

Browse files
committed
fix(CI broken) fix actions add "distribution".
1 parent 23e4199 commit 3954da2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/[email protected]
1515
with:
1616
java-version: '11'
17+
distribution: 'temurin'
1718
- run: sbt clean test assembly
1819
- name: Upload Command Line Jar
1920
uses: actions/upload-artifact@v2
@@ -43,4 +44,5 @@ jobs:
4344
uses: actions/[email protected]
4445
with:
4546
java-version: '11'
47+
distribution: 'temurin'
4648
- run: sbt publishSigned

0 commit comments

Comments
 (0)