Fix another incorrect name in the code
The code publishes to both Maven Central AND GitHub Packages so its name would better be "Publish to Maven Central and GitHub Packages" or like previous code snippets simply "Publish package"
This commit is contained in:
committed by
GitHub
parent
12e511176f
commit
233a052e14
@@ -242,7 +242,7 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Publish to the Maven Central Repository
|
||||
- name: Publish package
|
||||
run: gradle publish
|
||||
env: {% raw %}
|
||||
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user