From 54294faf8af202d1a77384796f4df7149cde082d Mon Sep 17 00:00:00 2001 From: Jiri Spilka Date: Tue, 21 Jan 2025 16:08:42 +0100 Subject: [PATCH] Update CI, update version to 0.1.3 --- .github/workflows/release.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d90219a..47674cd1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: create_github_release: name: Create github release - needs: [ update_changelog ] + needs: [release_metadata, update_changelog] runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: run: | echo "access=public" >> .npmrc echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc - npm install + npm ci - name: Build module run: npm run build - name: Publish to NPM diff --git a/package-lock.json b/package-lock.json index 0c79d9a4..ede06c39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apify/actors-mcp-server", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apify/actors-mcp-server", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1", diff --git a/package.json b/package.json index 05a9b8f9..6804279f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apify/actors-mcp-server", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "description": "Model Context Protocol Server for Apify Actors", "engines": {