File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 }}
You can’t perform that action at this time.
0 commit comments