Fix Rust CI by requesting a fresh copy when doing publish
This commit is contained in:
parent
f4ffccfd5e
commit
3288a58fa6
2
.github/workflows/Crate-publishing.yml
vendored
2
.github/workflows/Crate-publishing.yml
vendored
@ -78,6 +78,6 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
|
||||
env:
|
||||
TOKEN: ${{ secrets.cratesio_token }}
|
||||
UNICORN_LOCAL: uc
|
||||
UNICORN_VERSION: dev
|
||||
run: |
|
||||
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish
|
Loading…
x
Reference in New Issue
Block a user