Skip to content

Commit

Permalink
Update .github/workflows/release_publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislav Sulak <[email protected]>
  • Loading branch information
benedeki and lsulak authored Jun 4, 2024
1 parent 79b0a90 commit 4552ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: olafurpg/setup-scala@v14
with:
java-version: "[email protected]"
- name: Run sbt ci-release (produces jar as well)
- name: Run sbt assembly (produces jar)
run: sbt assembly

- name: Find JAR file
Expand Down

0 comments on commit 4552ebd

Please sign in to comment.