Skip to content

Commit

Permalink
ci: fix gradle property name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara authored and DanySK committed Mar 5, 2023
1 parent 8221242 commit 5d4c27e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ jobs:
./gradlew --include-build ../publish-on-central createStagingRepositoryOnMavenCentral --parallel
[[ -e "build/staging-repo-ids.properties" ]] || (echo "No staging repo ID found" && exit 1)
REPO_ID="$(cat build/staging-repo-ids.properties)"
./gradlew --include-build ../publish-on-central -PstagingRepoId="$REPO_ID" dropStagingRepositoryOnMavenCentral --parallel
echo "Staging repo ID to be closed: $REPO_ID"
./gradlew --include-build ../publish-on-central -PstagingRepositoryId="$REPO_ID" dropStagingRepositoryOnMavenCentral --parallel
working-directory: kt-mp-drop-task
should-run-codecov: false
should-deploy: true
Expand Down

0 comments on commit 5d4c27e

Please sign in to comment.