Skip to content

Commit

Permalink
param order
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Sep 5, 2024
1 parent 9fbc81b commit 4d9afb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Import GPG Key
run: gpg --import private.key --pinentry-mode=loopback --passphrase "$GPG_SIGNING_KEY_PASS"
run: gpg --pinentry-mode=loopback --passphrase "$GPG_SIGNING_KEY_PASS" --import private.key
env:
GPG_SIGNING_KEY_PASS: ${{ secrets.GPG_SIGNING_KEY_PASS }}
- name: Publish package
Expand Down

0 comments on commit 4d9afb1

Please sign in to comment.