Skip to content

Commit

Permalink
Fix SIGN_ARMORED_KEY ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Sep 17, 2024
1 parent ad179ff commit 7cadf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
SIGN_ARMORED_KEY: ${{ secrets.SIGN_AMORED_KEY }}
SIGN_ARMORED_KEY: ${{ secrets.SIGN_ARMORED_KEY }}
SIGN_PASSWORD: ${{ secrets.SIGN_PASSWORD }}
RELEASE_VERSION: ${{ needs.get-version.outputs.version }}
run: |
Expand Down

0 comments on commit 7cadf8b

Please sign in to comment.