We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a207c9d commit 73e7129Copy full SHA for 73e7129
.github/workflows/release.yml
@@ -37,8 +37,8 @@ jobs:
37
echo >> gradle.properties
38
cat<<EOF >> gradle.properties
39
systemProp.org.gradle.internal.http.socketTimeout=120000
40
- nexusUsername=${{ secrets.SHARED_NEXUS_USERNAME }}
41
- nexusPassword=${{ secrets.SHARED_NEXUS_PASSWORD }}
+ nexusUsername=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
+ nexusPassword=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
42
EOF
43
- name: Publish artifacts
44
run: ./release.sh
0 commit comments