Skip to content

Commit de6315d

Browse files
committed
Update release workflow
1 parent a744481 commit de6315d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ jobs:
77
publish:
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: actions/checkout@v2.3.4
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v10
14-
- uses: olafurpg/setup-gpg@v3
13+
- uses: coursier/[email protected]
14+
with:
15+
apps: sbt
16+
jvm: 'adopt:1.8.0-292'
1517
- run: sbt ci-release
1618
env:
1719
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)