diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8694cf5d..f1b7dc5c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.1 - - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + - uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: deploy-command: >- ./gradlew @@ -60,7 +60,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true @@ -103,7 +103,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v3.0.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + - uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true