Skip to content

Commit

Permalink
Fix the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcerny committed Jan 22, 2025
1 parent ed2f07b commit 2056de6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: java setup
- name: Setup Scala using Coursier
uses: coursier/setup-action@v1
with:
apps: sbt

- uses: olafurpg/setup-gpg@v3
- env:
Expand All @@ -15,6 +17,7 @@ jobs:
SONATYPE_USERNAME: "${{ secrets.SONATYPE_USERNAME }}"
name: "Publish ${{ github.ref }}"
run: sbt ci-release

name: Release
on:
push:
Expand Down

0 comments on commit 2056de6

Please sign in to comment.