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 6357db7 commit b460c9fCopy full SHA for b460c9f
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Check that workflows are up to date
81
run: sbt githubWorkflowCheck
82
83
- - run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
+ - run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}'
84
85
publish:
86
name: Publish Artifacts
@@ -138,4 +138,4 @@ jobs:
138
(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)
139
140
- name: Publish
141
- run: sbt '++${{ matrix.scala }}' tlRelease
+ run: sbt '++ ${{ matrix.scala }}' tlRelease
0 commit comments