diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 4559438..b9837dd 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -45,7 +45,7 @@ jobs: - run: npm run build if: steps.version-updated.outputs.has-updated - # - run: npm publish --ignore-scripts --provenance - # if: steps.version-updated.outputs.has-updated - # env: - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - run: npm publish --ignore-scripts --provenance + if: steps.version-updated.outputs.has-updated + env: + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package-lock.json b/package-lock.json index d1c32f6..72490a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coinbase-api", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coinbase-api", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "axios": "^1.7.4", diff --git a/package.json b/package.json index 5a26821..8ced520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coinbase-api", - "version": "0.4.0", + "version": "0.5.0", "description": "Node.js SDK for Coinbase's REST APIs and WebSockets, with TypeScript & strong end to end tests.", "scripts": { "clean": "rm -rf dist",