@@ -318,7 +318,7 @@ jobs:
318
318
needs : [test, test_bootstrapped, community_build, test_sbt, test_java11]
319
319
if : github.event_name == 'push' &&
320
320
startsWith(github.event.ref, 'refs/tags/') &&
321
- !startsWith(github.ref, " sbt-dotty-" )
321
+ !startsWith(github.ref, ' sbt-dotty-' )
322
322
323
323
env :
324
324
RELEASEBUILD : yes
@@ -374,7 +374,7 @@ jobs:
374
374
release_name : ${{ github.ref }}
375
375
body :
376
376
draft : false
377
- prerelease : ${{ endsWith(github.ref, "RC-1" ) }}
377
+ prerelease : ${{ endsWith(github.ref, 'RC1' ) }}
378
378
379
379
- name : Upload zip archive to GitHub Release
380
380
uses : actions/upload-release-asset@v1
@@ -412,7 +412,7 @@ jobs:
412
412
needs : [publish_release]
413
413
if : github.event_name == 'push' &&
414
414
startsWith(github.event.ref, 'refs/tags/') &&
415
- !startsWith(github.ref, " sbt-dotty-" )
415
+ !startsWith(github.ref, ' sbt-dotty-' )
416
416
417
417
env :
418
418
RELEASEBUILD : yes
@@ -461,7 +461,7 @@ jobs:
461
461
needs : [test, test_bootstrapped, community_build, test_sbt, test_java11]
462
462
if : github.event_name == 'push' &&
463
463
startsWith(github.event.ref, 'refs/tags/') &&
464
- startsWith(github.ref, " sbt-dotty-" )
464
+ startsWith(github.ref, ' sbt-dotty-' )
465
465
466
466
env :
467
467
RELEASEBUILD : yes
0 commit comments