Browse Source

Merge pull request #10299 from growilabs/fix/github-actions-workflow

fix: GithubActionsWorkflow
Yuki Takei 8 months ago
parent
commit
71e66436e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

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

@@ -179,7 +179,7 @@ jobs:
 
 
   create-pr-for-next-rc:
-    needs: [create-github-release, publish-app-image]
+    needs: [create-github-release, publish-app-image-for-growilabs, publish-app-image-for-weseek]
     runs-on: ubuntu-latest
 
     steps: