Skip to content

Commit 7bee0a0

Browse files
committed
fixed github actions
1 parent a57312e commit 7bee0a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
packages-dir: dist/
55+
- uses: actions/checkout@v4
56+
if: github.event_name == 'release'
57+
with:
58+
ref: master
5559
- name: Bump version
5660
if: github.event_name == 'release'
5761
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-iris"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Model Context Protocol server for InterSystems IRIS."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)