mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
Fixed fix for fix of GPG (#1024)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
89e5a5d3dc
commit
5553ba8324
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Remove GPG key
|
||||
if: always()
|
||||
run:
|
||||
run: |
|
||||
rm -rf ~/.gnupg
|
||||
if [ -n "${GPG_KEY_FILE}" ]; then
|
||||
rm -rf "${GPG_KEY_FILE}"
|
||||
|
Loading…
Reference in New Issue
Block a user