diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index cd400b5..70c6342 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -5,7 +5,7 @@ name: Node.js Package on: release: - types: [created] + types: [published] jobs: build: diff --git a/package-lock.json b/package-lock.json index 285e8be..d569433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "serverless-stack-termination-protection", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 4ef8da1..504ee45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-stack-termination-protection", - "version": "1.0.3", + "version": "1.0.4", "description": "Serverless plugin to update the CloudFormation stack termination protection", "main": "index.js", "scripts": {