add echo to check-tag

This commit is contained in:
sid palas
2021-05-27 15:48:43 -07:00
parent eabb75da33
commit 16ea290cee

View File

@@ -77,7 +77,7 @@ jobs:
run: |
if [[ ${{ github.ref }} =~ ^refs/tags/vd+\.d+\.d+$ ]]; then echo ::set-output name=environment::production
elif [[ github.ref == 'refs/heads/main' ]]; then echo ::set-output name=environment::staging
else ::set-output name=environment::unknown
else echo ::set-output name=environment::unknown
fi
- name: Terraform Apply Staging