Skip to content

v2.0.0 Glob support

Compare
Choose a tag to compare
@GeekyEggo GeekyEggo released this 12 Oct 13:41
54ab544

🚨 Breaking

  • Artifact names are now matched using glob pattern matching by default.

⭐ Added

  • Add support for glob pattern matching (fulfilled by minimatch).

♻ Changed

  • Updated action to use node v16
  • Updated dependencies.

🏠 Housekeeping

  • Action is now written in TypeScript.