Skip to content

Commit

Permalink
Set JRELEASER_MAVENCENTRAL_STAGE to FULL in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Oct 9, 2024
1 parent a6e7d3f commit f904b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: "${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}"
JRELEASER_GPG_PASSPHRASE: "${{ secrets.JRELEASER_GPG_PASSPHRASE }}"
JRELEASER_GITHUB_TOKEN: ${{ github.token }}
JRELEASER_MAVENCENTRAL_STAGE: "FULL"
- name: Add Artifact to GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit f904b1f

Please sign in to comment.