Skip to content

Commit

Permalink
Update Scala versions in release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 26, 2022
1 parent 15ad7a1 commit d897f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
PGP_PRIVATE: ${{ secrets.PGP_PRIVATE }}
PGP_PUBLIC: ${{ secrets.PGP_PUBLIC }}
- name: Release 2.12
run: sbt ++2.12.13! releaseEarly
run: sbt ++2.12.15! releaseEarly
env:
CI: GitHub
PGP_PASSWORD: ${{ secrets.PGP_PASSWORD }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Release 2.13
run: sbt ++2.13.5! releaseEarly
run: sbt ++2.13.8! releaseEarly
env:
CI: GitHub
PGP_PASSWORD: ${{ secrets.PGP_PASSWORD }}
Expand Down

0 comments on commit d897f57

Please sign in to comment.