There was an error while loading. Please reload this page.
2 parents 421a66a + d2afcca commit 529612bCopy full SHA for 529612b
2 files changed
.github/workflows/release.yml
@@ -435,6 +435,9 @@ jobs:
435
436
- name: Build
437
run: cargo build --release --verbose
438
+ - name: Authenticate with crates.io
439
+ id: crates-io-auth
440
+ uses: rust-lang/crates-io-auth-action@v1
441
- name: Publish Crate
442
working-directory: ./toolproof
443
run: |
@@ -444,4 +447,4 @@ jobs:
444
447
cargo publish --allow-dirty
445
448
fi
446
449
env:
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
450
+ CARGO_REGISTRY_TOKEN: ${{ steps.crates-io-auth.outputs.token }}
CHANGELOG.md
@@ -9,6 +9,8 @@
9
10
## Unreleased
11
12
+* No changes (CI release improvements)
13
+
14
## v0.17.1 (April 1, 2026)
15
16
* Fixed binary permissions when executing toolproof through npm
0 commit comments