Skip to content

Commit

Permalink
Publish to sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Delègue committed Mar 12, 2021
1 parent 996e4a3 commit d303a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish
on:
push:
branches: [master, main]
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ inThisBuild(
url(s"https://github.com/ftoumHub")
)
),
releaseCrossBuild := false
releaseCrossBuild := false,
crossPaths := false
)
)

0 comments on commit d303a9e

Please sign in to comment.