diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 48a00ba..ea13d83 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,6 +28,6 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm publish --tag next + - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package-lock.json b/package-lock.json index 48acb31..248afdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minipoint", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index f82ee7e..59fa833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minipoint", - "version": "0.0.1", + "version": "0.0.2", "description": "Play with points and learn the math behind everything", "main": "dist/index.js", "scripts": {