File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
SPOTIFY_TOKEN_STRING : ${{ github.event.inputs.spotify_test_client_token }}
18
18
SPOTIFY_REDIRECT_URI : ${{ github.event.inputs.spotify_test_redirect_uri }}
19
19
ORG_GRADLE_PROJECT_NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
20
- ORG_GRADLE_PROJECT_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
20
+ ORG_GRADLE_PROJECT_NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
21
21
ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
22
22
ORG_GRADLE_PROJECT_SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
23
23
SPOTIFY_API_PUBLISH_VERSION : ${{ github.event.inputs.release_version }}
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ npmPublishing {
420
420
repositories {
421
421
repository(" npmjs" ) {
422
422
registry = uri(" https://registry.npmjs.org" )
423
- (project.properties.get( " npmauthtoken" ) as ? String )?.let { authToken = it }
423
+ (project.properties[ " npmauthtoken" ] as ? String )?.let { authToken = it }
424
424
}
425
425
}
426
426
}
You can’t perform that action at this time.
0 commit comments