Skip to content

Commit

Permalink
Fix signing on release
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Dec 17, 2023
1 parent 99d9128 commit 9e6800a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

# Upload artifact as a release asset
- name: Upload Release Asset
Expand Down

0 comments on commit 9e6800a

Please sign in to comment.