Disable config cache for filament release.

This commit is contained in:
modmuss50 2023-04-30 12:57:53 +01:00
parent 45e7856cc8
commit 093010e008
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
options: --user root
steps:
- uses: actions/checkout@v3
- run: ./gradlew :filament:build :filament:publish --stacktrace
- run: ./gradlew :filament:build :filament:publish --stacktrace --no-configuration-cache
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}