JasonEtco / build-and-tag-action

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

Is there an option to not build and only tag? #23

Open ecs-jnguyen opened 2 years ago

ecs-jnguyen commented 2 years ago

Hi I really like how this action takes the v1.x.x tag and then force pushes a v1 tag.

I am creating very simple actions that don't use node. I am using composite to create my action. Is there an option to skip the node build and just tag?