Skip to content

Commit

Permalink
fix maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed May 1, 2022
1 parent d1b33dd commit bbdc7ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Publish
run: ./gradlew artifactoryPublish
- name: Build and Publish
run: ./gradlew build artifactoryPublish
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit bbdc7ef

Please sign in to comment.