Skip to content

Commit 7625cac

Browse files
authored
Update maven-publish.yml
1 parent 8b990cc commit 7625cac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3030
settings-path: ${{ github.workspace }} # location for the settings.xml file
3131

32-
- name: Make Maven executable
33-
run: chmod +x ./mvnw
34-
3532
- name: Build with Maven
36-
run: ./mvnw -B package --file pom.xml
33+
run: mvn -B package --file pom.xml
3734

3835
- name: Publish to GitHub Packages Apache Maven
3936
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml

0 commit comments

Comments
 (0)