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 1717 SPOTIFY_TOKEN_STRING : ${{ github.event.inputs.spotify_test_client_token }}
1818 SPOTIFY_REDIRECT_URI : ${{ github.event.inputs.spotify_test_redirect_uri }}
1919 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 }}
2121 ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
2222 ORG_GRADLE_PROJECT_SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
2323 SPOTIFY_API_PUBLISH_VERSION : ${{ github.event.inputs.release_version }}
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ npmPublishing {
420420 repositories {
421421 repository(" npmjs" ) {
422422 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 }
424424 }
425425 }
426426}
You can’t perform that action at this time.
0 commit comments