Skip to content

Commit 1405e9c

Browse files
committed
fix(ci): fix CI failure 7
1 parent 1dfcd63 commit 1405e9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 1.8
19-
server-username: OSSRH_JIRA_USERNAME
20-
server-password: OSSRH_JIRA_PASSWORD
19+
server-username: ${OSSRH_JIRA_USERNAME}
20+
server-password: ${OSSRH_JIRA_PASSWORD}
2121
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2222
gpg-passphrase: GPG_PASSPHRASE
2323

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-source-plugin</artifactId>
59+
<version>3.3.1</version>
5960
<executions>
6061
<execution>
6162
<id>attach-sources</id>

0 commit comments

Comments
 (0)