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: |