Skip to content

Commit 061aa0b

Browse files
author
Joe Doss
committed
Make shred less noisy.
1 parent b89367d commit 061aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Shred and remove GPG private key
147147
run: |
148-
shred -vzun 3 "${GPG_PRIVATE_KEY_FILE}"
148+
shred -zun 3 "${GPG_PRIVATE_KEY_FILE}"
149149
shell: bash
150150

151151
build_upload_docker:

0 commit comments

Comments
 (0)