We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5d347 commit 57c09d4Copy full SHA for 57c09d4
1 file changed
.github/workflows/publish.yml
@@ -19,10 +19,8 @@ jobs:
19
20
- uses: dtolnay/rust-toolchain@stable
21
22
- # Publish changed publishable packages.
23
- # tempoch-ffi and tempoch-time-data have publish = false and are skipped automatically.
24
- # Pass --confirm-ffi and protect behind a manual environment for FFI releases.
+ # Publishing an FFI crate requires the script's explicit safety confirmation.
25
- name: Publish changed packages
26
- run: bash scripts/publish-changed.sh
+ run: bash scripts/publish-changed.sh --confirm-ffi
27
env:
28
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments