Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
corrected field names
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-159 committed Jul 17, 2022
1 parent 76c549c commit c87d632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Publish to Maven
run: ./gradlew publish
env:
MAVEN_USER: ${{ secrets.MAVEN_DEPLOY_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}
MAVEN_DEPLOY_USER: ${{ secrets.MAVEN_DEPLOY_USER }}
MAVEN_DEPLOY_PASSWORD: ${{ secrets.MAVEN_DEPLOY_PASSWORD }}

0 comments on commit c87d632

Please sign in to comment.