We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78d9ef5 + 6645474 commit bb7be28Copy full SHA for bb7be28
.github/workflows/release.yml
@@ -1,16 +1,11 @@
1
name: Release
2
on:
3
push:
4
- branches: ["master", "series/1.x"]
+ branches: ["master"]
5
tags: ["v*"]
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
- strategy:
10
- matrix:
11
- scalajsversion: ["1.x", "0.6.x"]
12
- env:
13
- SCALAJS_VERSION: "${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
14
steps:
15
16
- uses: actions/checkout@v2
@@ -20,9 +15,6 @@ jobs:
20
- name: Setup Scala
21
uses: japgolly/[email protected]
22
17
23
- - name: Hacks for Scala 2.10
24
- run: ./prepareForScala210.sh
25
-
26
18
- name: Release
27
19
run: sbt ci-release
28
env:
0 commit comments