Skip to content

Commit

Permalink
💚 Fix CI release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski committed Jan 14, 2024
1 parent 4309bf3 commit cefd846
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
jobs:
publish:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ ubuntu-latest ]
scala: [ 3.3.1 ]
java: [ graalvm-ce-java17@22.3.0 ]
steps:
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit cefd846

Please sign in to comment.