Skip to content

Commit bb7be28

Browse files
authored
Merge pull request #517 from scala-js/topic/fix-release
Fix release action
2 parents 78d9ef5 + 6645474 commit bb7be28

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
name: Release
22
on:
33
push:
4-
branches: ["master", "series/1.x"]
4+
branches: ["master"]
55
tags: ["v*"]
66
jobs:
77
publish:
88
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' || '' }}"
149
steps:
1510

1611
- uses: actions/checkout@v2
@@ -20,9 +15,6 @@ jobs:
2015
- name: Setup Scala
2116
uses: japgolly/[email protected]
2217

23-
- name: Hacks for Scala 2.10
24-
run: ./prepareForScala210.sh
25-
2618
- name: Release
2719
run: sbt ci-release
2820
env:

0 commit comments

Comments
 (0)