Skip to content

Commit 0ed525d

Browse files
committed
minor ci config update
1 parent b101c93 commit 0ed525d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: coursier/cache-action@v6
31+
- uses: VirtusLab/scala-cli-setup@main
32+
with:
33+
apps: sbt
3134
- name: Import signing key
3235
if: env.PGP_SECRET != '' && env.PGP_PASSPHRASE == ''
3336
env:
@@ -44,9 +47,6 @@ jobs:
4447
echo "$PGP_SECRET" | base64 -d -i - > /tmp/signing-key.gpg
4548
echo "$PGP_PASSPHRASE" | gpg --pinentry-mode loopback --passphrase-fd 0 --import /tmp/signing-key.gpg
4649
(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)
47-
- uses: VirtusLab/scala-cli-setup@main
48-
with:
49-
apps: sbt
5050
- name: Publish
5151
env:
5252
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)