Releases: crazy-max/ghaction-import-gpg
Releases · crazy-max/ghaction-import-gpg
v2.1.1
- Fix importing of base64 armored string (#18)
- Enhanced tests
- Update deps
v2.1.0
- Allow importing GPG key as a base64 string (#14)
v2.0.1
- Committer email does not match
v2.0.0
- Use GPG key name/email as default values (#13)
- Centralize test key/passphrase
v1.4.2
- Clean code
- Update deps
v1.4.1
- Update README
v1.4.0
- Add
fingerprint
,keyid
andemail
outputs - Cleanup local paths from extra fields
v1.3.0
- Add
git_tag_gpgsign
andgit_push_gpgsign
inputs - Some inputs and secrets have been renamed
v1.2.0
- Use
gpg-connect-agent
to seed the internal cache ofgpg-agent
- Fix keygrip (#10)
- Kill GnuPG agent at POST step
- Bring back support for Windows
v1.1.0
- Configure and check committer email against GPG user address
- Fix code transpilation (#9)
- Bump deps