Skip to content

Commit

Permalink
Update publishing action name (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Nov 6, 2020
1 parent 4f3e61a commit 61e6dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
name: 'chucker-release-artifacts'
path: '~/.m2/repository/'

- name: Publish to the Snapshot Repository
- name: Publish to the Staging Repository
run: ./gradlew publishReleasePublicationToStagingRepository
env:
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_KEY }}
ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }}
ORG_GRADLE_PROJECT_NEXUS_USERNAME: ${{ secrets.ORG_GRADLE_PROJECT_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_NEXUS_PASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_NEXUS_PASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_NEXUS_PASSWORD }}

0 comments on commit 61e6dd8

Please sign in to comment.