Skip to content

Commit 74a27c4

Browse files
author
Build Pipeline
committed
update action
1 parent 5fe5843 commit 74a27c4

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
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build with Maven
2525
env:
2626
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
27-
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml
27+
run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)