Skip to content

Commit

Permalink
chore(gha): 🚀 update version to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Bonezi <[email protected]>
  • Loading branch information
felipebonezi committed Jun 23, 2022
1 parent 610c2aa commit a5b773e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/continouos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,14 @@ jobs:
name: Publish to GH Packages
if: "github.event.release || github.event.release.prerelease"
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
distribution: [ 'corretto' ]
jdk: [ '11' ]
scala: [ '2.13.8' ]

steps:
- uses: actions/checkout@v3

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.jdk }}
distribution: 'corretto'
java-version: '11'
cache: 'sbt'

- name: Set GitHub token
Expand All @@ -136,4 +128,4 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package
run: sbt ${{ matrix.scala }} publish
run: sbt publish
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
Compile / doc / sources := Seq.empty
routesGenerator := InjectedRoutesGenerator

crossScalaVersions := Seq("2.13.8")
scalaVersion := "2.13.8"

// Checkstyle config.
checkstyleSeverityLevel := Some(CheckstyleSeverityLevel.Info)
Expand Down
2 changes: 1 addition & 1 deletion conf/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ play {
maintainer = "Felipe Bonezi"
host = "http://localhost:9000"
name = "playframework-core"
version = "v1.2.2"
version = "v1.3.0"
}
i18n {
langs = [ "en-US" ]
Expand Down

0 comments on commit a5b773e

Please sign in to comment.