Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jun 24, 2023
1 parent 60f9d8f commit e5c3e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ jobs:
name: jar
path: build/libs/*.jar
- name: Maven upload
run: ./gradlew publish -PmavenUsername=$MAVEN_USERNAME -PmavenPassword=$MAVEN_PASSWORD
run: ./gradlew publish -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD

0 comments on commit e5c3e77

Please sign in to comment.