Parcourir la source

chore(ci): update release workflow

zwlafk il y a 4 ans
Parent
commit
02bcdba4bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -6,7 +6,7 @@ on:
 jobs:
   release:
     runs-on: ubuntu-latest
-    if: github.event.ref_type == 'tag'
+    if: github.event.ref_type == 'tag' && !contains(github.event.ref, 'alpha')
     steps:
       - uses: actions/checkout@v2
       - name: release