Skip to content

Commit 5dbae07

Browse files
committed
Try to fix settings
1 parent 1b6a41a commit 5dbae07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/distribute-maven-stg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
<servers>
7373
<server>
7474
<id>rao3</id>
75-
<username>${env.RAO_USERNAME}</username>
76-
<password>${env.RAO_PASSWORD}</password>
75+
<username>${RAO_USERNAME}</username>
76+
<password>${RAO_PASSWORD}</password>
7777
<configuration>
7878
<njord.publisher>sonatype-nx3</njord.publisher>
7979
<njord.publisher.sonatype-nx3.baseUrl>https://repository.apache.org:4443/</njord.publisher.sonatype-nx3.baseUrl>

0 commit comments

Comments
 (0)