Skip to content

Commit 6598edd

Browse files
Merge pull request #7724 from dotty-staging/publish-tasty-core-scala2
fix #7718 add tasty-core-scala2 to publishing steps
2 parents 15844be + 29ef70e commit 6598edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
- test_sbt
108108
- test_java11
109109
commands:
110-
- ./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease"
110+
- ./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease ;project tasty-core-scala2; publishSigned ;sonatypeBundleRelease"
111111
environment:
112112
NIGHTLYBUILD: yes
113113
PGP_PW:
@@ -135,7 +135,7 @@ steps:
135135
- test_java11
136136
commands:
137137
- ./project/scripts/sbt dist-bootstrapped/packArchive
138-
- ./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease"
138+
- ./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease ;project tasty-core-scala2; publishSigned ;sonatypeBundleRelease"
139139
environment:
140140
PGP_PW:
141141
from_secret: pgp_pw

0 commit comments

Comments
 (0)