Skip to content

Commit a1b82b9

Browse files
committed
Don't use gcc for deploy.dev.yaml
1 parent 1ec96cd commit a1b82b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)