Skip to content

Commit a2acf7b

Browse files
committed
Remove unnecessary AI comments
Signed-off-by: penguindan <[email protected]>
1 parent 1db2ca4 commit a2acf7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release_please.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
env:
7171
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
7272
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
73-
# We publish everything from Mac.
74-
# Note: This will compile Linux targets but NOT run their tests (which would fail on Mac).
75-
# We assume CI has already validated Linux tests.
73+
7674
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon --stacktrace
7775

7876
- name: Clean up signing secrets

0 commit comments

Comments
 (0)