Skip to content

Commit

Permalink
Fix typo in release script (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeo-workos authored Apr 25, 2024
1 parent a1b9b3a commit c8abbf1
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 @@ -26,7 +26,7 @@ jobs:
MAVEN_SIGNING_KEY: ${{ secrets.MAVEN_SIGNING_KEY }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
NEXUS_SIGNING_PASSWORD: ${{ secrest.NEXUS_SIGNING_PASSWORD }}
NEXUS_SIGNING_PASSWORD: ${{ secrets.NEXUS_SIGNING_PASSWORD }}

run: |
echo $MAVEN_SIGNING_KEY | base64 --decode > signing.key
Expand Down

0 comments on commit c8abbf1

Please sign in to comment.