We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f4547 commit da677fcCopy full SHA for da677fc
.github/workflows/ci.yml
@@ -263,7 +263,7 @@ jobs:
263
(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)
264
265
- name: Publish
266
- run: sbt '++ ${{ matrix.scala }}' tlRelease
+ run: sbt '++ ${{ matrix.scala }}' tlCiRelease
267
268
site:
269
name: Generate Site
0 commit comments