File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ jobs:
139
139
- uses : actions/setup-python@v5
140
140
with :
141
141
python-version : ' 3.x'
142
- - name : Increment version
143
- run : python .github/workflows/replace_version_spec.py --new-version=${{ github.ref_name }}
144
142
- run : cargo package
145
143
- name : Download built assets
146
144
uses : actions/download-artifact@v4
@@ -153,7 +151,6 @@ jobs:
153
151
run : |
154
152
files=$(ls dist/cpp-linter*)
155
153
gh release create ${{ github.ref_name }} ${{ contains(github.ref_name, 'rc') && '--prerelease' || '' }} --generate-notes $files
156
- - run : cargo publish -p cpp-linter-lib
157
- working-directory : cpp-linter-lib
154
+ - run : cargo publish -p cpp-linter
158
155
env :
159
156
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments