Skip to content

Commit 2056de6

Browse files
committed
Fix the release job
1 parent ed2f07b commit 2056de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ jobs:
44
runs-on: ubuntu-latest
55
steps:
66
- uses: actions/checkout@v4
7-
- name: java setup
7+
- name: Setup Scala using Coursier
88
uses: coursier/setup-action@v1
9+
with:
10+
apps: sbt
911

1012
- uses: olafurpg/setup-gpg@v3
1113
- env:
@@ -15,6 +17,7 @@ jobs:
1517
SONATYPE_USERNAME: "${{ secrets.SONATYPE_USERNAME }}"
1618
name: "Publish ${{ github.ref }}"
1719
run: sbt ci-release
20+
1821
name: Release
1922
on:
2023
push:

0 commit comments

Comments
 (0)