File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 ORG_GRADLE_PROJECT_signing.key.password : ${{ secrets.SIGNING_PASSWORD }}
3939
4040 - name : Publish To Firework Repository
41- run : ./gradlew publishAllPublicationsToFireworkRepository
41+ run : ./gradlew publishAllPublicationsToFireworkRepository --no-configuration-cache
4242 env :
4343 ORG_GRADLE_PROJECT_fireworkUsername : ${{ secrets.FIREWORK_USERNAME }}
4444 ORG_GRADLE_PROJECT_fireworkPassword : ${{ secrets.SIGNING_PASSWORD }}
4545
4646 - name : Publish To Sellmair Repository
47- run : ./gradlew publishAllPublicationsToSellmairRepository
47+ run : ./gradlew publishAllPublicationsToSellmairRepository --no-configuration-cache
4848 env :
4949 ORG_GRADLE_PROJECT_repo.sellmair.user : ${{ secrets.SELLMAIR_USERNAME }}
5050 ORG_GRADLE_PROJECT_repo.sellmair.password : ${{ secrets.SELLMAIR_PASSWORD }}
You can’t perform that action at this time.
0 commit comments