diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2c0ecb00..b4a59da73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,16 +1,11 @@ name: Release on: push: - branches: ["master", "series/1.x"] + branches: ["master"] tags: ["v*"] jobs: publish: runs-on: ubuntu-latest - strategy: - matrix: - scalajsversion: ["1.x", "0.6.x"] - env: - SCALAJS_VERSION: "${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}" steps: - uses: actions/checkout@v2 @@ -20,9 +15,6 @@ jobs: - name: Setup Scala uses: japgolly/setup-everything-scala@v1.0 - - name: Hacks for Scala 2.10 - run: ./prepareForScala210.sh - - name: Release run: sbt ci-release env: