Skip to content

Commit b460c9f

Browse files
committed
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 6357db7 commit b460c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Check that workflows are up to date
8181
run: sbt githubWorkflowCheck
8282

83-
- run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
83+
- run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}'
8484

8585
publish:
8686
name: Publish Artifacts
@@ -138,4 +138,4 @@ jobs:
138138
(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)
139139
140140
- name: Publish
141-
run: sbt '++${{ matrix.scala }}' tlRelease
141+
run: sbt '++ ${{ matrix.scala }}' tlRelease

0 commit comments

Comments
 (0)