Skip to content

Commit 83fcc13

Browse files
committed
Updating project version and workflows
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent cd1834e commit 83fcc13

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.github/workflows/helm_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ name: Lint & Test helm chart
44
on:
55
pull_request:
66
branches:
7-
- beta
87
- main
98
paths:
109
- 'charts/**'
1110
push:
1211
branches:
1312
- main
14-
- beta
1513
paths:
1614
- 'charts/**'
1715
workflow_call:

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- beta
98
paths:
109
- '.github/workflows/**'
1110
- pyproject.toml
@@ -99,8 +98,6 @@ jobs:
9998
DEFAULT_BUMP: "patch"
10099
TAG_CONTEXT: 'repo'
101100
WITH_V: true
102-
PRERELEASE_SUFFIX: "beta"
103-
PRERELEASE: ${{ (github.base_ref || github.ref_name == 'beta') && 'true' || ((github.base_ref || github.ref_name == 'main') && 'false' || 'true') }}
104101

105102
- name: Summary
106103
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 = "sysdig-mcp-server"
3-
version = "0.1.3-beta.1"
3+
version = "0.1.3"
44
description = "Sysdig MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)