Skip to content

Commit

Permalink
Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jun 21, 2024
1 parent b9b9a5c commit 465dfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
--capabilities CAPABILITY_IAM \
--role-arn arn:aws:iam::048723829744:role/PRX-GHA-ServiceRoleForCloudFormation
aws cloudformation update-termination-protection \
--stack-name "$stack_name"
--stack-name "$stack_name" \
--enable-termination-protection
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "health-events-toolkit",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of utilities that integrate with AWS Health Events",
"type": "module",
"engines": {
Expand Down

0 comments on commit 465dfd5

Please sign in to comment.