Skip to content

Commit a6d4709

Browse files
committed
Remove invalid run field from GoReleaser action step
1 parent 47bff2c commit a6d4709

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,6 @@ jobs:
362362
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}
363363
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
364364
GPG_TTY: $(tty)
365-
# Ensure GPG environment is available
366-
run: |
367-
echo "GPG_FINGERPRINT is set: $([ -n "$GPG_FINGERPRINT" ] && echo 'yes' || echo 'no')"
368-
echo "GPG_PASSPHRASE is set: $([ -n "$GPG_PASSPHRASE" ] && echo 'yes' || echo 'no')"
369-
gpg --list-secret-keys --keyid-format LONG
370365

371366
# terraform-provider-release:
372367
# needs: [release]

0 commit comments

Comments
 (0)