Skip to content

Commit

Permalink
ci: release pipeline fix (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Sep 23, 2023
1 parent 71dcafa commit 63aa4b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
JRELEASER_SLACK_TOKEN: ${{ secrets.JRELEASER_SLACK_TOKEN }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
JRELEASER_ARTICLE_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpg_private_key }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.gpg_passphrase }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_URL: ${{ secrets.MAVEN_CENTRAL_URL }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_SNAPSHOT_URL: ${{ secrets.MAVEN_CENTRAL_SNAPSHOT_URL }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.NEXUS_USERNAME }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

Expand Down
3 changes: 2 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ release:
signing:
active: ALWAYS
armored: true
verify: false

deploy:
maven:
Expand All @@ -65,6 +64,8 @@ deploy:
nexus2:
maven-central:
active: ALWAYS
url: https://oss.sonatype.org/service/local
snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots
closeRepository: true
releaseRepository: true
stagingRepositories:
Expand Down

0 comments on commit 63aa4b7

Please sign in to comment.