We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd74473 commit f2a6d84Copy full SHA for f2a6d84
.github/workflows/publish_project.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Publish to Maven
45
env:
46
MAVEN_USER: "${{ secrets.MAVEN_USER }}"
47
- MAVEN:PASSWORD: "${{ secrets.MAVEN_PASSWORD }}"
+ MAVEN_PASSWORD: "${{ secrets.MAVEN_PASSWORD }}"
48
run: ./gradlew publish
49
50
- name: Publish to Curseforge
0 commit comments