We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8257852 commit 033fc42Copy full SHA for 033fc42
.github/workflows/deploy.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: Publish package to the Maven Central Repository
+name: Ci Builder
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the master branch
@@ -33,7 +33,7 @@ jobs:
33
server-username: MAVEN_USERNAME
34
server-password: MAVEN_PASSWORD
35
# Publish to Apache Maven Central
36
- - run: mvn -B deploy -Dgpg.skip
+ - run: mvn clean compile
37
env:
38
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTER_USER_NAME }}
39
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTER_PASSWORD }}
0 commit comments