Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit c3eaca6

Browse files
authored
Merge pull request #59 from grails/puneetbehl-patch-2
Pass Sonatype Nexus Url env to publish step
2 parents a19ec75 + b424286 commit c3eaca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4141
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
42+
SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
4243
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
4344
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4445
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
@@ -72,4 +73,4 @@ jobs:
7273
with:
7374
token: ${{ secrets.GITHUB_TOKEN }}
7475
env:
75-
SNAPSHOT_SUFFIX: -SNAPSHOT
76+
SNAPSHOT_SUFFIX: -SNAPSHOT

0 commit comments

Comments
 (0)