Skip to content

Commit

Permalink
maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed May 8, 2024
1 parent d07f339 commit eea25eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish to Apache Maven Central
working-directory: plugin-code
run: mvn deploy -B -Prelease
run: ./mvnw deploy -B -Prelease
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
cache: maven
- name: Test with Maven
working-directory: plugin-code
run: mvn test
run: ./mvnw test

0 comments on commit eea25eb

Please sign in to comment.