Skip to content

Commit ccfd335

Browse files
chore: fix typo
1 parent 108ca82 commit ccfd335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4343
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
4444
run: |
45-
echo "Publishing ${{ inputs.module }}
45+
echo "Publishing ${{ inputs.module }}"
4646
./gradlew :${{ inputs.module }}:publishToSonatype closeAndReleaseSonatypeStagingRepository
4747
4848
- name: Publish Summary

0 commit comments

Comments
 (0)