JasonEtco / build-and-tag-action

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

Create the provided tag if it does not already exist. #21

Open charleskorn opened 2 years ago

charleskorn commented 2 years ago

Previously, this action expected the provided tag to already exist, but with this change, the action will now create the tag if it doesn't exist or update the tag if it does exist.