Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Release workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTharioAmazon committed Mar 23, 2021
1 parent be6cbbd commit 8d3c700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
run: |
TEMPLATE="https://$DIST_OUTPUT_BUCKET-us-west-2.s3-us-west-2.amazonaws.com/$SOLUTION_NAME/latest/$SOLUTION_NAME-release.template"
echo $TEMPLATE
response="$( aws cloudformation create-stack --stack-name msam-release-${GITHUB_REF##*/} --template-url $TEMPLATE --region $REGION --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND --disable-rollback )"
STACK_NAME=msam-release-${GITHUB_REF##*/}
response="$( aws cloudformation create-stack --stack-name ${STACK_NAME//./-} --template-url $TEMPLATE --region $REGION --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND --disable-rollback )"
echo $response

0 comments on commit 8d3c700

Please sign in to comment.