Skip to content

Commit 6bd8dc1

Browse files
committed
fix(ci): remove cargo publish from draft workflow, use release-publish.yml instead
# ── git-warden policy guide ── # Write the commit message in English # AI co-author trailers will be removed before commit
1 parent 88330c3 commit 6bd8dc1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release-draft.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ jobs:
6666
gh release create "$TAG" --draft --title "v${VERSION}" --notes-file CHANGELOG.md
6767
fi
6868
69-
- name: Install Rust toolchain
70-
uses: dtolnay/rust-toolchain@stable
71-
72-
- name: Publish to crates.io
73-
env:
74-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
75-
run: cargo publish
76-
7769
build:
7870
name: Build (${{ matrix.target }})
7971
needs: release

0 commit comments

Comments
 (0)