We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108ca82 commit ccfd335Copy full SHA for ccfd335
1 file changed
.github/workflows/manual-release.yml
@@ -42,7 +42,7 @@ jobs:
42
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
43
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
44
run: |
45
- echo "Publishing ${{ inputs.module }}
+ echo "Publishing ${{ inputs.module }}"
46
./gradlew :${{ inputs.module }}:publishToSonatype closeAndReleaseSonatypeStagingRepository
47
48
- name: Publish Summary
0 commit comments