Skip to content

Commit 21dd83c

Browse files
committed
ci: add clean to fix caching issues
1 parent 410b83b commit 21dd83c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
with:
5555
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
5656

57+
- name: Gradle clean
58+
run: ./gradlew clean
59+
5760
- name: Build & Publish Release
5861
run: ./gradlew buildConveyorSiteRelease
5962
env:

0 commit comments

Comments
 (0)