Skip to content

Commit 2f30943

Browse files
ci: remove publish dry-run step from release workflow (#42)
* ci: remove publish dry-run step from release workflow The dry-run fails for workspace crates with inter-dependencies because dependent crates can't resolve their siblings on crates.io before they're published. This was previously fixed in 8ed8a35 but was reintroduced by the SCITT feature branch merge. CI already validates the build on every PR via build-sdk.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: update rustls-webpki to 0.103.12 for GHSA-xgp8-3hg3-c2mh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d8d006 commit 2f30943

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
4747
with:
4848
toolchain: stable
4949

50-
- name: Dry-run publish with all features
51-
run: |
52-
cargo publish -p ans-types --dry-run
53-
cargo publish -p ans-verify --all-features --dry-run
54-
cargo publish -p ans-client --dry-run
55-
5650
- name: Publish ans-types
5751
env:
5852
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)