Skip to content

Commit

Permalink
Merge pull request #161 from danicheg/fix-publish-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg authored Jan 12, 2025
2 parents eb4bcfd + a040f1c commit 68bbcfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: sbt/setup-sbt@v1
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
Expand Down

0 comments on commit 68bbcfa

Please sign in to comment.