Skip to content

Commit

Permalink
Force refresh dependencies on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 20, 2024
1 parent 8870099 commit 47e175f
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 @@ -42,7 +42,7 @@ jobs:
- name: Run Assemble
if: success()
id: assemble
run: ./gradlew assemble
run: ./gradlew -U assemble
env:
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
Expand Down

0 comments on commit 47e175f

Please # to comment.