Skip to content

Commit

Permalink
Add missing signing key id to publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mert.yuksel committed Aug 16, 2023
1 parent 2fa5b89 commit dd46a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
OSSRH_USERNAME: ${{ secrets.SONARTYPE_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.SONARTYPE_PASSWORD }}
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
SIGNING_KEY_ID: ${{ secrets.SONATYPE_SIGNING_KEY_ID }}

0 comments on commit dd46a06

Please sign in to comment.