Skip to content

Commit

Permalink
Merge pull request #59 from grails/puneetbehl-patch-2
Browse files Browse the repository at this point in the history
Pass Sonatype Nexus Url env to publish step
  • Loading branch information
puneetbehl authored Dec 19, 2021
2 parents a19ec75 + b424286 commit c3eaca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
SNAPSHOT_SUFFIX: -SNAPSHOT
SNAPSHOT_SUFFIX: -SNAPSHOT

0 comments on commit c3eaca6

Please sign in to comment.