File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 99
99
with :
100
100
inputs : ./dist/*.tar.gz ./dist/*.whl
101
101
102
- - name : Bump version and push tag
103
- id : create_tag
104
- uses :
mathieudutour/[email protected]
105
- with :
106
- github_token : ${{ secrets.GITHUB_TOKEN }}
107
- release_branches : main
108
- default_bump : false
109
- custom_tag : ${{ needs.prepare-and-check.outputs.version }}
110
-
111
102
- name : Set Release Version Env
112
103
run : echo "RELEASE_VERSION=${{ needs.prepare-and-check.outputs.version }}" >> $GITHUB_ENV
113
104
@@ -121,9 +112,10 @@ jobs:
121
112
uses : actions/create-release@v1
122
113
env :
123
114
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115
+ RELEASE_VERSION : ${{ needs.prepare-and-check.outputs.version }}
124
116
with :
125
- tag_name : ${{ steps.create_tag .outputs.new_tag }}
126
- release_name : Release ${{ steps.create_tag .outputs.new_tag }}
117
+ tag_name : v ${{ needs.prepare-and-check .outputs.version }}
118
+ release_name : Release v ${{ needs.prepare-and-check .outputs.version }}
127
119
body : ${{ steps.draft_release.outputs.body }}
128
120
draft : false
129
121
prerelease : false
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.6 "
7
+ __version__ = "2.1.7 "
8
8
__test_version__ = False
You can’t perform that action at this time.
0 commit comments