Skip to content

Commit fe3e8f8

Browse files
v1.35.1
1 parent 7be422f commit fe3e8f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
id: current_tag
4242
uses: WyriHaximus/github-action-get-previous-tag@v1
4343

44-
- name: Release package
45-
run: cargo publish --no-verify --token ${CRATES_TOKEN}
46-
env:
47-
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
48-
4944
- name: Release binaries
5045
run: ./scripts/release_binaries.sh --version=${{ steps.current_tag.outputs.tag }}
5146

0 commit comments

Comments
 (0)