Skip to content

Commit

Permalink
ci: perform JReleaser release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthier Roebroeck committed Nov 25, 2022
1 parent 72b1e33 commit 1504e9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.MAVENCENTRAL_USER }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.MAVENCENTRAL_PASSWORD }}
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: JReleaser full release
uses: gradle/gradle-build-action@v2
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
arguments: jreleaserFullRelease

0 comments on commit 1504e9e

Please sign in to comment.