Skip to content

Commit

Permalink
Automatically publish on elease
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Jun 22, 2024
1 parent 2494701 commit 4b85f95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew build
run: ./gradlew build publish
env:
MAVEN_NAME: ${{ secrets.MAVEN_NAME }}
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 4b85f95

Please sign in to comment.