File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ jobs:
105
105
- name : Draft Release
106
106
id : draft_release
107
107
uses : release-drafter/release-drafter@v6
108
+ with :
109
+ commitish : main
110
+ tag : v${{ needs.prepare-and-check.outputs.version }}
111
+ name_template : ' Release ${{ env.RELEASE_VERSION }}'
112
+ name : Release ${{ env.RELEASE_VERSION }}
113
+ version : ${{ env.RELEASE_VERSION }}
108
114
env :
109
115
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110
116
RELEASE_VERSION : ${{ needs.prepare-and-check.outputs.version }}
Original file line number Diff line number Diff line change 4
4
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
5
5
__package_name__ = "spam-detector-ai"
6
6
__url__ = "https://github.com/adamspd/spam-detection-project"
7
- __version__ = "2.1.9 "
7
+ __version__ = "2.1.10 "
8
8
__test_version__ = False
You can’t perform that action at this time.
0 commit comments