Skip to content

Commit d2bcef5

Browse files
authored
[Infra] Run spotless in post release clean up (#7466)
The post cleanup task modifies the \`CHANGELOG.md\` files of the released SDKs. To ensure the formatting remains valid, we should run the spotless task.
1 parent 8057c1e commit d2bcef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post_release_cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Run post release cleanup task
2525
run: |
2626
./gradlew postReleaseCleanup
27+
./gradlew spotlessApply
2728
2829
- name: Create Pull Request
2930
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8

0 commit comments

Comments
 (0)