chore(release): update goreleaser workflow to release on v tags

This commit is contained in:
Prad Nukala
2024-09-05 01:30:06 -04:00
parent ab75dccac0
commit 77a18c4449
+4 -1
View File
@@ -5,7 +5,10 @@ name: "Release Binary"
on:
push:
tags:
- "**"
- "v*"
permissions:
contents: write
jobs:
goreleaser: