We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0dfc6 commit 9c6cd64Copy full SHA for 9c6cd64
.github/scripts/get_target_deployed_tag.sh
@@ -2,4 +2,10 @@
2
3
current_deployed_tag=$(aws cloudformation describe-stacks --stack-name fhir-validator --query "Stacks[0].Tags[?Key=='version'].Value" --output text)
4
5
+
6
+if [ -z "$current_deployed_tag" ]
7
+then
8
+ current_deployed_tag=v1.0.30-alpha
9
+fi
10
11
echo "CURRENT_DEPLOYED_TAG=${current_deployed_tag}" >> "$GITHUB_ENV"
0 commit comments