diff options
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 57180a0e..5d698a6f 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -30,7 +30,7 @@ jobs: fi - name: Upload binaries - uses: gradle/gradle-build-action@v2.2.0 + uses: gradle/gradle-build-action@v2.2.1 with: arguments: --no-configuration-cache :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository env: @@ -40,7 +40,7 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }} - name: Close and release repository - uses: gradle/gradle-build-action@v2.2.0 + uses: gradle/gradle-build-action@v2.2.1 with: arguments: --no-configuration-cache closeAndReleaseRepository env: |