From 22d246f2a551aefffe895d49902ee6535f7d72f5 Mon Sep 17 00:00:00 2001 From: Miguel Calles Date: Thu, 28 May 2020 20:35:54 -0700 Subject: [PATCH] 1.0.4 Updated GitHub actions. --- .github/workflows/npm_publish.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {