Skip to content

Commit 49b3487

Browse files
committed
fix release CI
1 parent 244c672 commit 49b3487

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/binary-builds.yml

+1-4
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)