File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253
253
(echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1)
254
254
255
255
- name : Publish
256
- run : sbt '++ ${{ matrix.scala }}' tlRelease
256
+ run : sbt '++ ${{ matrix.scala }}' tlCiRelease
257
257
258
258
site :
259
259
name : Generate Site
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.18 " )
2
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.18 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.19 " )
2
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.19 " )
3
3
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.0" )
4
4
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.10" )
5
5
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
You can’t perform that action at this time.
0 commit comments