Skip to content

Commit

Permalink
fix: fix not using correct env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Dec 4, 2024
1 parent 446f043 commit e09af87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SIGNING_KEY_ID: ${{ secrets.GPG_PRIVATE_KEY }}
SIGNING_PASSWORD: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e09af87

Please sign in to comment.