There was an error while loading. Please reload this page.
1 parent ca56b62 commit 8f7722aCopy full SHA for 8f7722a
1 file changed
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- name: Check out code
11
uses: actions/checkout@v4
12
+ - name: Fetch origin/main for Spotless ratchet
13
+ run: git fetch origin main
14
- name: Set up JDK 21
15
uses: actions/setup-java@v4
16
with:
0 commit comments