Skip to content

Commit 6845d0a

Browse files
ci: release pipeline fix (#163)
1 parent fdbdde4 commit 6845d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
JRELEASER_ARTICLE_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5454
JRELEASER_GPG_SECRET_KEY: ${{ secrets.gpg_private_key }}
5555
JRELEASER_GPG_PASSPHRASE: ${{ secrets.gpg_passphrase }}
56+
JRELEASER_NEXUS2_MAVEN_CENTRAL_URL: ${{ secrets.MAVEN_CENTRAL_URL }}
57+
JRELEASER_NEXUS2_MAVEN_CENTRAL_SNAPSHOT_URL: ${{ secrets.MAVEN_CENTRAL_URL }}
5658
JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.nexus_username }}
5759
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.nexus_password }}
5860

jreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ deploy:
6565
nexus2:
6666
maven-central:
6767
active: ALWAYS
68-
url: https://s01.oss.sonatype.org/service/local
69-
snapshotUrl: https://s01.oss.sonatype.org/content/repositories/snapshots/
7068
closeRepository: true
7169
releaseRepository: true
7270
stagingRepositories:

0 commit comments

Comments
 (0)