diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96ff4a8..091445e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: - name: Publish Library run: | echo "Publishing and Releasing library 🚀" - ./gradlew publish + ./gradlew publish --no-configuration-cache echo "Published and Released ✅" env: ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}