Skip to content

Commit 777a354

Browse files
committed
Fixing tag
1 parent 4732bc6 commit 777a354

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
uses: release-drafter/release-drafter@v6
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110+
RELEASE_VERSION: ${{ needs.prepare-and-check.outputs.version }}
110111

111112
- name: Create GitHub Release
112113
uses: actions/create-release@v1

spam_detector_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.1.8"
7+
__version__ = "2.1.9"
88
__test_version__ = False

0 commit comments

Comments
 (0)