Skip to content

Commit 36c9dcb

Browse files
authored
Update build.yml
1 parent 492376a commit 36c9dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ jobs:
179179
java -version
180180
mvn -version
181181
echo "<settings><servers><server><id>central</id><username>${{ secrets.CI_DEPLOY_USERNAME }}</username><password>${{ secrets.CI_DEPLOY_PASSWORD }}</password></server></servers></settings>" > $HOME/.m2/settings.xml
182-
mvn clean deploy -Pdeploying -Preleasing -B -e
182+
mvn deploy -Pdeploying -Preleasing -B -e
183183

0 commit comments

Comments
 (0)