diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index dcfef74d6..390f7467b 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.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 1fab35df2..0e156602b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-webpack", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c55068c79..e2faea3e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-webpack", - "version": "5.3.1", + "version": "5.3.2", "description": "Serverless plugin to bundle your javascript with Webpack", "main": "index.js", "types": "index.d.ts",