diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index ec1fb711d..39ecb29a7 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -85,7 +85,7 @@ jobs: id: timestamp run: echo "timestamp=$(date +%Y%m%d%H%M%S)" >> $GITHUB_OUTPUT - - name: Checkout release tag + - name: Checkout at release tag uses: actions/checkout@v3 if: inputs.environment == 'production' with: