I have a workflow that should run whenever a new tag is pushed to GitHub:
on: push: tags: - \'*\'
I use the semantic release plugin t