From 66454744f4c061fb8ea34355c1a7a7df5645abc3 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Sun, 29 Aug 2021 15:50:48 -0700 Subject: [PATCH] Fix release action --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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: