Skip to content

Commit f2a6d84

Browse files
committed
fix maven upload action
1 parent fd74473 commit f2a6d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Publish to Maven
4545
env:
4646
MAVEN_USER: "${{ secrets.MAVEN_USER }}"
47-
MAVEN:PASSWORD: "${{ secrets.MAVEN_PASSWORD }}"
47+
MAVEN_PASSWORD: "${{ secrets.MAVEN_PASSWORD }}"
4848
run: ./gradlew publish
4949

5050
- name: Publish to Curseforge

0 commit comments

Comments
 (0)