Skip to content

Commit 5dbe6fe

Browse files
committed
fix: beta release
1 parent 52ccf0c commit 5dbe6fe

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- master
1212
- 'feat/decouple'
13+
- 'chore/beta-release'
1314
tags-ignore:
1415
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1516

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- 'feat/decouple'
9+
- 'chore/beta-release'
910
tags-ignore:
1011
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1112

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.21",
3+
"version": "0.1.22",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify",
66
"engines": {

0 commit comments

Comments
 (0)