Skip to content

Commit

Permalink
Fix release nightly build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 10, 2023
1 parent 7f92269 commit ca1e6bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ Contributors:
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit ca1e6bc

Please sign in to comment.