diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccb4aea..0cea422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,4 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 89446a6..92b425c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.1.0", + "version": "0.1.1-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/conformance", - "version": "0.1.0", + "version": "0.1.1-beta.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", diff --git a/package.json b/package.json index 076ed56..32f90d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modelcontextprotocol/conformance", - "version": "0.1.0", + "version": "0.1.1-beta.0", "type": "module", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)",