We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfcd63 commit 1405e9cCopy full SHA for 1405e9c
.github/workflows/maven-ci.yml
@@ -16,8 +16,8 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 1.8
19
- server-username: OSSRH_JIRA_USERNAME
20
- server-password: OSSRH_JIRA_PASSWORD
+ server-username: ${OSSRH_JIRA_USERNAME}
+ server-password: ${OSSRH_JIRA_PASSWORD}
21
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
22
gpg-passphrase: GPG_PASSPHRASE
23
pom.xml
@@ -56,6 +56,7 @@
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
58
<artifactId>maven-source-plugin</artifactId>
59
+ <version>3.3.1</version>
60
<executions>
61
<execution>
62
<id>attach-sources</id>
0 commit comments