瀏覽代碼

Fix job dependencies

Issue gh-15503
Steve Riesenberg 1 年之前
父節點
當前提交
5d335ccf8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 1
.github/workflows/continuous-integration-workflow.yml

@@ -247,7 +247,7 @@ jobs:
         run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
   send-notification:
     name: Send Notification
-    needs: [ perform-release ]
+    needs: [ perform_release, perform_post_release ]
     if: failure()
     runs-on: ubuntu-latest
     steps: