Skip to content

Commit 5fe5843

Browse files
author
Build Pipeline
committed
update action
1 parent 7502a8a commit 5fe5843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323

2424
- name: Build with Maven
2525
env:
26-
SONATYPE_PASSWORD: ${{ secrets.SonatypePassword }}
26+
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
2727
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml

0 commit comments

Comments
 (0)