Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Motivation:

We use an old way how to configure the gpg action.

Modifications:

Update to new syntax

Result:

Release works again
  • Loading branch information
normanmaurer committed Mar 13, 2024
1 parent bc34724 commit 4c014f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Setup git configuration
Expand Down

0 comments on commit 4c014f7

Please sign in to comment.