diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 62dae83..c9ec6eb 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -18,7 +18,8 @@ jobs: with: role-to-assume: arn:aws:iam::865116139480:role/github-actions-limulus-dot-net-cf aws-region: us-west-2 - - uses: aws-actions/aws-cloudformation-github-deploy@v1 + - id: deploy + uses: aws-actions/aws-cloudformation-github-deploy@v1 with: name: limulus-dot-net-${{ github.ref_name }} template: infra.yaml