Skip to content

Commit 4b85f95

Browse files
committed
Automatically publish on elease
1 parent 2494701 commit 4b85f95

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
uses: gradle/gradle-build-action@v2
1919

2020
- name: Execute Gradle build
21-
run: ./gradlew build
21+
run: ./gradlew build publish
22+
env:
23+
MAVEN_NAME: ${{ secrets.MAVEN_NAME }}
24+
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}
2225
- name: Release
2326
uses: softprops/action-gh-release@v1
2427
with:

0 commit comments

Comments
 (0)