-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete .sbtrc * Publish snapshots from master
- Loading branch information
1 parent
e14abe2
commit e4ce051
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ ThisBuild / developers := List( | |
Developer("joroKr21", "Georgi Krastev", "[email protected]", url("https://twitter.com/Joro_Kr")) | ||
) | ||
|
||
ThisBuild / tlCiReleaseBranches := Seq("main") | ||
ThisBuild / tlCiReleaseBranches := Seq("master") | ||
ThisBuild / githubWorkflowBuild ~= { steps => | ||
val formatStep = WorkflowStep | ||
.Sbt( | ||
|