mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
Update the release Github Action workflow to create an empty allowedSignersFile and configure git to use it. This prevents failures when tags are signed with an SSH based key. Without this configuration, `git tag -v` errors with: ``` Output: error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification ``` Signed-off-by: Jared Ledvina <jared.ledvina@datadoghq.com>