File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ jobs:
88
88
env :
89
89
ORG_GRADLE_PROJECT_signingKey : ${{ secrets.MAVENCENTRAL_SIGNINGKEY }}
90
90
ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.MAVENCENTRAL_SIGNINGPASS }}
91
- ORG_GRADLE_PROJECT_mavencental_user : ${{ github.actor == 'sebastian-peter' && secrets.MAVENCENTRAL_USER ||
92
- github.actor == 'danielfeismann' && secrets.MAVENCENTRAL_TEST_USER }}
93
- ORG_GRADLE_PROJECT_mavencentral_password : ${{ github.actor == 'sebastian-peter' && secrets.MAVENCENTRAL_PASS ||
94
- github.actor == 'danielfeismann' && secrets.MAVENCENTRAL_TEST_PASS }}
91
+ ORG_GRADLE_PROJECT_mavenCentralUser : ${{ github.actor == 'sebastian-peter' && secrets.MAVENCENTRAL_USER ||
92
+ github.actor == 'danielfeismann' && secrets.MAVENCENTRAL_DANIEL_USER }}
93
+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ github.actor == 'sebastian-peter' && secrets.MAVENCENTRAL_PASS ||
94
+ github.actor == 'danielfeismann' && secrets.MAVENCENTRAL_DANIEL_PASS }}
95
95
96
96
run : |
97
97
echo "Using MavenCentral Token of GitHub Actor: ${{ github.actor }}"
You can’t perform that action at this time.
0 commit comments