Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede authored Jun 7, 2020
1 parent 66586c5 commit e80c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gpg-key-id: ${{ secrets.GPG_ID }}
gpg-key: ${{ secrets.GPG_KEY }}

maven-repo-server-id: 'ossrh'
maven-repo-server-id: ${{ secrets.MVN_REPO_ID }}
maven-repo-server-username: ${{ secrets.MVN_REPO_PRIVATE_REPO_USER }}
maven-repo-server-password: ${{ secrets.MVN_REPO_PRIVATE_REPO_PASSWORD }}

Expand Down

0 comments on commit e80c2b8

Please sign in to comment.