Skip to content

Commit be4cef1

Browse files
author
Build Pipeline
committed
update action
1 parent 555cc7c commit be4cef1

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,4 +23,4 @@ jobs:
2323
- name: Build with Maven
2424
env:
2525
SONATYPE_PASSWORD: ${{ secrets.SonatypePassword }}
26-
run: mvn -B deploy --file pom.xml -s settings-template.xml
26+
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml

0 commit comments

Comments
 (0)