Skip to content

Commit

Permalink
Ensure wrapper upgrade tasks are rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored Sep 15, 2023
1 parent 35d3eae commit 8e31993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wrapper-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
java-version: 17
- uses: gradle/gradle-build-action@v2
with:
arguments: upgradeGradleWrapperAll
arguments: clean upgradeGradleWrapperAll --no-build-cache
env:
WRAPPER_UPGRADE_GIT_TOKEN: ${{ secrets.GH_BOT_GITHUB_TOKEN }}

0 comments on commit 8e31993

Please sign in to comment.