JasonEtco / build-and-tag-action

📦🔖 A GitHub Action for publishing JavaScript Actions
MIT License
93 stars 38 forks source link

Support more events #1

Closed JasonEtco closed 4 years ago

JasonEtco commented 4 years ago

This PR removes the limitation around the trigger event being release. This was done to get the tag_name from the event payload - but we can set it as an input instead, and if the event is release and no inputs.tag_name was provided, we can still get it from there.

This should hopefully enable more re-use with different kinds of workflows! cc @bcoe :v: