From 15dc2ebff158fa77e9b28e43515bae5f990345b4 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Thu, 29 Oct 2020 13:06:06 -0500 Subject: [PATCH] fix: Add cf action dist gen (#217) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e5e2896b..0529f466 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 1 matrix: - actions: ["setupGcloudSDK", "appengine-deploy","deploy-cloudrun", "setup-gcloud", "get-secretmanager-secrets", "upload-cloud-storage", "get-gke-credentials"] + actions: ["setupGcloudSDK", "appengine-deploy","deploy-cloudrun", "setup-gcloud", "get-secretmanager-secrets", "upload-cloud-storage", "get-gke-credentials", "deploy-cloud-functions"] steps: - uses: actions/checkout@v2 - run: git pull