Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored May 1, 2024
1 parent 2aa62f1 commit e01bb7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
- name: Make Gradle wrapper executable
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build
- name: Build & Publish to Maven
env:
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
run: ./gradlew build publish

0 comments on commit e01bb7c

Please sign in to comment.