1
0
Эх сурвалжийг харах

chore(action): simplified release configuration (#1935)

chen quan 2 жил өмнө
parent
commit
e9501c3fb3

+ 3 - 4
.github/workflows/release.yaml

@@ -1,11 +1,10 @@
 on:
-  release:
-    types: [ created ]
-
+  push:
+    tags:
+      - "tools/goctl/*"
 jobs:
   releases-matrix:
     name: Release goctl binary
-    if: startsWith(github.ref, 'refs/tags/tools/goctl/')
     runs-on: ubuntu-latest
     strategy:
       matrix: