Skip to content

Commit

Permalink
Run sbt clean before publishing M2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Jan 6, 2025
1 parent 98476fa commit 291e593
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/enso4igv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:
java-version: "21"
distribution: "graalvm-community"

- name: Clean sbt
run: sbt clean

- name: Publish Enso Libraries to Local Maven Repository
run: sbt publishM2

Expand Down

0 comments on commit 291e593

Please sign in to comment.