diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ea0c2a..4724d80 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,8 @@ name: Node.js Package on: - - push + release: + types: [created] jobs: publish-npm: diff --git a/package-lock.json b/package-lock.json index 6e09cf5..046d959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@m-lab/packet-test", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@m-lab/packet-test", - "version": "0.0.9", + "version": "0.0.10", "hasInstallScript": true, "license": "ISC", "devDependencies": { diff --git a/package.json b/package.json index 778939f..fd42774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@m-lab/packet-test", - "version": "0.0.9", + "version": "0.0.10", "description": "", "main": "src/pt.js", "scripts": {