fix(release): remove unnecessary quotes in tag pattern

This commit is contained in:
Prad Nukala
2024-09-05 01:39:51 -04:00
parent b398db02cc
commit 1902b3bbcf
2 changed files with 1 additions and 39 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ name: "Release Binary"
on:
push:
tags:
- "v*"
- v*
permissions:
contents: write