From 16007913f605b07f72b48b47014d87eb84617dfa Mon Sep 17 00:00:00 2001 From: David Flanagan Date: Wed, 10 May 2023 12:54:00 +0100 Subject: [PATCH] fix: inconsistent codegen because the Redis provider has integrations with AWS and GCP we need to ensure the providers are available or the codegen seems to change --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 015cf20..813f75e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,6 +102,12 @@ jobs: - name: Install Pulumi CLI uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # tag=v2.0.0 + - name: AWS Provider + run: pulumi plugin install resource aws + + - name: Google Provider + run: pulumi plugin install resource gcp + - name: Setup Node uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag=v3.6.0 with: