From 879f59eabd33bd5179f46b991155f4e71d1cef05 Mon Sep 17 00:00:00 2001 From: satsukies Date: Thu, 17 Oct 2024 12:13:14 +0900 Subject: [PATCH] fix: use correct value for access to Nexus Repository Manager --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d830b7..53b93f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: cat<> 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