Skip to content

Commit c422077

Browse files
committed
[skip ci] always force dependency updates on pre release
1 parent 31a4829 commit c422077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
cat gradle.properties
313313
- name: "🧩 Run Assemble"
314314
if: success()
315-
run: ./gradlew assemble
315+
run: ./gradlew -U assemble
316316
env:
317317
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
318318
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}

0 commit comments

Comments
 (0)