File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 46
46
47
47
48
48
- name : Release
49
- run : echo sbt ci-release
49
+ run : cd library && sbt ci-release
50
50
env :
51
51
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
52
52
PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change @@ -88,19 +88,10 @@ object Lib {
88
88
89
89
def publicationSettings : PE =
90
90
_.settings(
91
- pomExtra :=
92
- <scm >
93
- <connection >scm: git: github.com/ japgolly/ {ghProject}</connection >
94
- <developerConnection >scm: git: git@ github.com: japgolly/ {ghProject}.git</developerConnection >
95
- <url >github.com: japgolly/ {ghProject}.git</url >
96
- </scm >
97
- <developers >
98
- <developer >
99
- <id >japgolly</id >
100
- <name >David Barri </name >
101
- </developer >
102
- </developers >
91
+ developers := List (
92
+ Developer (
" japgolly" ,
" David Barri" ,
" [email protected] " , url(
" https://japgolly.github.io/japgolly/" )),
103
93
)
94
+ )
104
95
105
96
def sourceMapsToGithub (ghProject : String ): PE =
106
97
p => p.settings(
You can’t perform that action at this time.
0 commit comments