This commit is contained in:
Amith Koujalgi 2023-10-27 16:34:30 +05:30
parent c368a23309
commit 6becd43a31
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ jobs:
- name: Build with Maven
run: mvn -U -B clean package --file pom.xml
- name: Run Tests
run: mvn -U clean verify --file pom.xml
- name: Set up Apache Maven Central (Overwrite settings.xml)
uses: actions/setup-java@v3
with: # running setup-java again overwrites the settings.xml

View File

@ -82,7 +82,7 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>