Skip to content

Commit

Permalink
Update maven-web-api-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdayuan1 committed Jul 22, 2024
1 parent 338a83d commit 3958695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-web-api-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build with Maven
run: mvn -B -ntp clean package -DskipTests=true -Pjar-servlet-initializer-exclusion

- name: Publish web-api to Apache Maven Central
run: mvn deploy -N -DskipTests=true -pl arex-schedule-web-api -Pjar-servlet-initializer-exclusion
- name: Publish to Apache Maven Central
run: mvn deploy -DskipTests=true -N -pl arex-schedule-web-api -Pjar-servlet-initializer-exclusion
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_OSSRH_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_OSSRH_TOKEN }}
Expand Down

0 comments on commit 3958695

Please sign in to comment.