Skip to content

Commit 446f61f

Browse files
authored
Update maven-publish.yml
1 parent 04fff2b commit 446f61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: ./mvnw -B package --file pom.xml
3737

3838
- name: Publish to GitHub Packages Apache Maven
39-
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
39+
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml
4040
env:
4141
GITHUB_TOKEN: ${{ github.PAT }}

0 commit comments

Comments
 (0)