From 6710aa056b709fd97a9072de9439fd80175c6bc4 Mon Sep 17 00:00:00 2001 From: Cristina Leon Date: Tue, 20 Aug 2024 15:37:25 +0000 Subject: [PATCH 1/2] Test push --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 30845b6..4ea0c2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,8 +4,7 @@ name: Node.js Package on: - release: - types: [created] + - push jobs: publish-npm: @@ -16,6 +15,7 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ + - run: npm i minify - run: npm ci - run: npm publish env: From e0168b243adfae9eb62dfc653a9d63016817b3c6 Mon Sep 17 00:00:00 2001 From: Cristina Leon Date: Tue, 20 Aug 2024 15:39:39 +0000 Subject: [PATCH 2/2] Restore release trigger --- .github/workflows/publish.yml | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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": {