Skip to content

Commit

Permalink
ci(web-renderer): test JS release on Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored and mergify[bot] committed Dec 5, 2022
1 parent f8362a3 commit db5e06b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
publishKotlinOSSRHPublicationToGithubRepository \
release \
shadowJar \
uploadKotlinOSSRH uploadKotlinMultiplatform \
uploadKotlinOSSRH uploadKotlinMultiplatform uploadJvm uploadJs \
--dry-run
"
eval $COMMAND || eval $COMMAND
Expand Down Expand Up @@ -57,10 +57,9 @@ jobs:
with:
build-command: true
check-command: true
deploy-command: >-
./gradlew uploadKotlinOSSRH uploadKotlinMultiplatform close --parallel ||
./gradlew uploadKotlinOSSRH uploadKotlinMultiplatform close --parallel ||
./gradlew uploadKotlinOSSRH uploadKotlinMultiplatform close --parallel
deploy-command: |
COMMAND="./gradlew uploadJvm uploadJs uploadKotlinOSSRH uploadKotlinMultiplatform close --parallel"
eval "$COMMAND" || eval "$COMMAND" || eval "$COMMAND"
java-version: 11
should-run-codecov: false
should-deploy: true
Expand Down

0 comments on commit db5e06b

Please sign in to comment.