GyDi 3 роки тому
батько
коміт
4f02c373c2
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      .github/workflows/ci.yml

+ 5 - 1
.github/workflows/ci.yml

@@ -63,8 +63,12 @@ jobs:
           releaseDraft: false
           prerelease: true
 
-  post-release:
+  release-update:
+    needs: release
     runs-on: macos-11
+    if: |
+      startsWith(github.repository, 'zzzgydi') &&
+      startsWith(github.ref, 'refs/tags/v')
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2