Skip to content

Commit

Permalink
fix(CI broken) fix actions add "distribution".
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsherrylabs committed Oct 13, 2022
1 parent 23e4199 commit 3954da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
- run: sbt clean test assembly
- name: Upload Command Line Jar
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -43,4 +44,5 @@ jobs:
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
- run: sbt publishSigned

0 comments on commit 3954da2

Please sign in to comment.