Skip to content

Commit

Permalink
fix: update GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Mar 13, 2024
1 parent 67ad636 commit 415c5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phase3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v6
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Update Release Version
run: |
Expand Down

0 comments on commit 415c5fe

Please sign in to comment.