Skip to content

Commit 87c800e

Browse files
authored
Update CI, update version to 0.1.3 (#15)
1 parent cd14bcf commit 87c800e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
create_github_release:
8383
name: Create github release
84-
needs: [ update_changelog ]
84+
needs: [release_metadata, update_changelog]
8585
runs-on: ubuntu-latest
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "access=public" >> .npmrc
112112
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
113-
npm install
113+
npm ci
114114
- name: Build module
115115
run: npm run build
116116
- name: Publish to NPM

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify Actors",
66
"engines": {

0 commit comments

Comments
 (0)