Skip to content

Commit da677fc

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 26f4547 commit da677fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
(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)
264264
265265
- name: Publish
266-
run: sbt '++ ${{ matrix.scala }}' tlRelease
266+
run: sbt '++ ${{ matrix.scala }}' tlCiRelease
267267

268268
site:
269269
name: Generate Site

0 commit comments

Comments
 (0)