From 465dfd5551161ee521b2dc15b80acc788b4cb568 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Fri, 21 Jun 2024 12:58:57 -0400 Subject: [PATCH] Add missing slash --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bada253..d722eef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/package.json b/package.json index 51ff87b..52da2f6 100644 --- a/package.json +++ b/package.json @@ -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": {