diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fc6fac24..54603998 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.7.8 + - uses: DanySK/build-check-deploy-gradle-action@3.7.9 with: deploy-command: >- ./gradlew uploadAll closeStaging dropStagingRepositoryOnMavenCentral --parallel @@ -45,7 +45,7 @@ jobs: uses: actions/setup-node@v4.2.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.7.8 + - uses: DanySK/build-check-deploy-gradle-action@3.7.9 with: retries-on-failure: '1' build-command: true