Skip to content

Commit 9251e23

Browse files
authored
Update release.yml
1 parent 9fcc247 commit 9251e23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ ubuntu-latest ]
1212
13-
scala: [ 2.11.12, 2.12.13, 2.13.5 ]
13+
scala: [ 2.12.13, 2.13.5 ]
1414
runs-on: ${{ matrix.os }}
1515
env:
1616
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
@@ -30,15 +30,13 @@ jobs:
3030
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"
3131
release:
3232
runs-on: ubuntu-latest
33-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3433
env:
3534
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3635
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3736
steps:
3837
- uses: actions/[email protected]
3938
with:
4039
fetch-depth: 0
41-
ref: ${{ github.event.workflow_run.head_branch }}
4240
- uses: olafurpg/setup-scala@v10
4341
with:
4442
java-version: "[email protected]"

0 commit comments

Comments
 (0)