Skip to content

Commit

Permalink
fix: use correct value for access to Nexus Repository Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
satsukies committed Oct 17, 2024
1 parent 1e9df9d commit 879f59e
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 @@ -38,7 +38,7 @@ jobs:
cat<<EOF >> gradle.properties
systemProp.org.gradle.internal.http.socketTimeout=120000
nexusUsername=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
nexusPassword=${{ secrets.SHARED_NEXUS_TOKEN_USERNAME }}
nexusPassword=${{ secrets.SHARED_NEXUS_TOKEN_PASSWORD }}
EOF
- name: Publish artifacts
run: ./release.sh
Expand Down

0 comments on commit 879f59e

Please sign in to comment.