diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1f2b3d6..30845b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,6 @@ on: jobs: publish-npm: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/package-lock.json b/package-lock.json index 464a7eb..6e09cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@m-lab/packet-test", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@m-lab/packet-test", - "version": "0.0.8", + "version": "0.0.9", "hasInstallScript": true, "license": "ISC", "devDependencies": { diff --git a/package.json b/package.json index c115183..778939f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@m-lab/packet-test", - "version": "0.0.8", + "version": "0.0.9", "description": "", "main": "src/pt.js", "scripts": {