litmuschaos / litmusctl

Command-Line tool to manage Litmuschaos's agent plane
Apache License 2.0
24 stars 45 forks source link

Update workflow to fix invalid create event with tags filter #259

Open andoriyaprashant opened 1 month ago

andoriyaprashant commented 1 month ago

Description

The current release workflow uses the create event with a tags filter, which causes an error ("A mapping was not expected"). GitHub Actions does not support the tags filter under the create event. We need to update the trigger to use push with a tags filter to ensure the workflow runs when a tag is pushed.

image

andoriyaprashant commented 1 month ago

Hello @SarthakJain26 @shivam-Purohit

I have opened this issue, and if you find it valuable, please assign it to me Thank you