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.
1 parent 99b7b97 commit 2968bbfCopy full SHA for 2968bbf
.github/workflows/ci.yaml
@@ -203,6 +203,7 @@ jobs:
203
# Each namespace needs to be published separately
204
- name: Publish Release (org.scala-lang)
205
run: |
206
+ rm -rf ./target/sona-staging/
207
./project/scripts/sbtPublish " \
208
all \
209
scala-library-bootstrapped/publishSigned \
@@ -221,7 +222,9 @@ jobs:
221
222
;sonaUpload"
223
224
- name: Publish Release (org.scala-js)
- run: ./project/scripts/sbtPublish "clean; scala-library-sjs/publishSigned ;sonaUpload"
225
+ run: |
226
227
+ ./project/scripts/sbtPublish "scala-library-sjs/publishSigned ;sonaUpload"
228
229
#build-msi-package:
230
# uses: ./.github/workflows/build-msi.yml
0 commit comments