Skip to content

Commit 2ca746c

Browse files
authored
[FR] Reset package version and push tag via ci (#4260)
1 parent 48a051e commit 2ca746c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/version-code-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
8787
echo "Detected version: $version"
8888
git tag -a "dev-v$version" -m "Release version $version"
89-
git push origin "v$version"
89+
git push origin "dev-v$version"
9090
9191
- name: Run Release Drafter
9292
uses: release-drafter/release-drafter@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.1.3"
3+
version = "0.1.2"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)