Skip to content

Commit

Permalink
Merge pull request #98 from VirtusLab/bump-ci-release-workflow
Browse files Browse the repository at this point in the history
Bump CI release workflow
  • Loading branch information
KacperFKorban authored Apr 3, 2024
2 parents 07b3cc3 + 768f223 commit 3aaa930
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ on:
tags: ["v*"]
jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 3aaa930

Please sign in to comment.