Skip to content

Commit 3586659

Browse files
committed
fix
1 parent 77a428f commit 3586659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
settings-path: ${{ github.workspace }} # location for the settings.xml file
2727

2828
- name: Build with Maven
29-
run: mvn -B package --file pom.xml
29+
run: ./build.sh
30+
# run: mvn -B package --file pom.xml
3031

3132
- name: Maven Nexus Release
3233
# You may pin to the exact commit or the version.

0 commit comments

Comments
 (0)