Skip to content

Commit

Permalink
Try to fix release build to workaround (#5579)
Browse files Browse the repository at this point in the history
* Try to fix release build to workaround actions/setup-java#627

* try to fix os name

* Revert triggers
  • Loading branch information
Christewart committed May 9, 2024
1 parent 90e370c commit f707db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
fallback: 1.0.0 # Optional fallback tag to use when no tag can be found
# Tested building specific projects that are being exported only, but global packageBin seems to be faster
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627
if: runner.os == 'macOS'
run: brew install sbt
- name: Build all zips
shell: bash # windows needs shell defined
run: sbt "universal:stage;universal:packageBin"
Expand Down

0 comments on commit f707db0

Please sign in to comment.