Skip to content

Commit

Permalink
Upload JARs to release
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Sep 11, 2024
1 parent 14664b8 commit 3f7dc7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSPHRASE }}
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

- name: Release
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
tag_name: ${{ github.event.release.tag_name }}
files: core/build/libs/*.jar

0 comments on commit 3f7dc7d

Please sign in to comment.