1
0
mirror of synced 2026-01-11 03:01:04 -05:00

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:
Mahdi Hosseinzadeh
2021-07-10 05:38:57 -07:00
committed by GitHub
parent 12e511176f
commit 233a052e14

View File

@@ -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 }}