Skip to content

Commit 906cd82

Browse files
committed
fix(ci): fix CI failure
1 parent f55cc1a commit 906cd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build casvisor-java-sdk
1+
name: Build casdoor-java-sdk
22

33
on: [push, pull_request]
44

@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 1.8
19+
server-id: ossrh
1920
server-username: OSSRH_JIRA_USERNAME
2021
server-password: OSSRH_JIRA_PASSWORD
2122
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

pom.xml

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

0 commit comments

Comments
 (0)