This release adds two backwards compatible features:
- Omitting input
gpg_private_key
now produces an unsigned repository but omits warnings. This is useful for PR CI runs where access to secrets nor signing the PR material with them is not desirable. - A new input
artifact_name
allows control of the produced artifact name. Useful if you hate the.
in the name from default prefix builds, or need to have several concurrent snapshots where the automatic naming pattern would clash.
Full Changelog: v1.0.0...v1.1.0