Skip to content

Commit 1c3939f

Browse files
committed
remove comment, fix gpg cleanup
1 parent 042ad2d commit 1c3939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
NFPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8484

8585
- name: Clean up GPG key file
86+
if: always()
8687
run: |
8788
rm -f gpg-private-key.asc
8889
89-
# artifacts need to be passed to further publishing jobs
9090
- name: Upload artifacts to workflow
9191
uses: actions/upload-artifact@v4
9292
with:

0 commit comments

Comments
 (0)