Skip to content

Commit 033fc42

Browse files
committed
change ci build
1 parent 8257852 commit 033fc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: Publish package to the Maven Central Repository
3+
name: Ci Builder
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
@@ -33,7 +33,7 @@ jobs:
3333
server-username: MAVEN_USERNAME
3434
server-password: MAVEN_PASSWORD
3535
# Publish to Apache Maven Central
36-
- run: mvn -B deploy -Dgpg.skip
36+
- run: mvn clean compile
3737
env:
3838
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTER_USER_NAME }}
3939
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTER_PASSWORD }}

0 commit comments

Comments
 (0)