Skip to content

Commit

Permalink
force gradle to not use the cache for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 12, 2024
1 parent 75608fd commit 096e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "🧩 Run Assemble"
if: success()
id: assemble
run: ./gradlew assemble
run: ./gradlew -U assemble
- name: "🔐 Generate secring file"
env:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
Expand Down

0 comments on commit 096e0c9

Please sign in to comment.