Skip to content

Commit

Permalink
Remove gradle configuration cache from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghshubham777 committed Nov 18, 2024
1 parent eb52d73 commit 6a0c82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6a0c82f

Please sign in to comment.