Skip to content

Commit e01bb7c

Browse files
authored
Update build.yml
1 parent 2aa62f1 commit e01bb7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
- name: Make Gradle wrapper executable
2323
run: chmod +x ./gradlew
2424

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

0 commit comments

Comments
 (0)