Skip to content

Commit 49a908c

Browse files
authored
Merge pull request #13 from umjammer/1.0.3
i know it doesn't go well in three times.
2 parents 93a8f4b + e92f9ae commit 49a908c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/maven-publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
1919
settings-path: ${{ github.workspace }} # location for the settings.xml file
2020

21-
- name: Build with Maven
22-
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
23-
2421
- name: Publish to GitHub Packages Apache Maven
2522
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml -Dmaven.test.skip=true
2623
env:

0 commit comments

Comments
 (0)