From 7bf7ddc29b1c55ad91b5e85c7cc52a1594c1a707 Mon Sep 17 00:00:00 2001 From: Cyrus <22678716+cyrusdobbs@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:58:04 +0000 Subject: [PATCH] [BAU] use latest version of Copilot when deploying --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 376735d..39d9ad0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: - name: Install AWS Copilot CLI run: | - curl -Lo aws-copilot https://github.com/aws/copilot-cli/releases/download/v1.30.1/copilot-linux && chmod +x aws-copilot && sudo mv aws-copilot /usr/local/bin/copilot + curl -Lo aws-copilot https://github.com/aws/copilot-cli/releases/latest/download/copilot-linux && chmod +x aws-copilot && sudo mv aws-copilot /usr/local/bin/copilot - name: Inject env specific values into manifest run: |