Skip to content

Commit bb6054d

Browse files
committed
Try different vars
1 parent df2580b commit bb6054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: gradle/actions/setup-gradle@v4
3939

4040
- name: Publish package
41-
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -PsonatypeUsername="${SONATYPE_USERNAME}" -PsonatypePassword="${SONATYPE_PASSWORD}"
41+
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -PsonatypeUsername=yRecTtDa -PsonatypePassword=louE0EinRY77lO+fXOEARs688VynvQLGuApcoyN3nt2B
4242
env:
4343
SONATYPE_USERNAME: ${{ secrets.NEXUS_USERNAME }}
4444
SONATYPE_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

0 commit comments

Comments
 (0)