Skip to content

Commit

Permalink
Merge pull request #242 from DeployGate/fix/set-correct-password-for-…
Browse files Browse the repository at this point in the history
…nexus

fix: use correct value for access to Nexus Repository Manager
  • Loading branch information
satsukies authored Oct 17, 2024
2 parents 1e9df9d + 879f59e commit 798a7ce
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 798a7ce

Please sign in to comment.