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:
139139 - uses : actions/setup-python@v5
140140 with :
141141 python-version : ' 3.x'
142- - name : Increment version
143- run : python .github/workflows/replace_version_spec.py --new-version=${{ github.ref_name }}
144142 - run : cargo package
145143 - name : Download built assets
146144 uses : actions/download-artifact@v4
@@ -153,7 +151,6 @@ jobs:
153151 run : |
154152 files=$(ls dist/cpp-linter*)
155153 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
158155 env :
159156 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
You can’t perform that action at this time.
0 commit comments