Fix Rust CI by requesting a fresh copy when doing publish
This commit is contained in:
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')
|
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.cratesio_token }}
|
TOKEN: ${{ secrets.cratesio_token }}
|
||||||
UNICORN_LOCAL: uc
|
UNICORN_VERSION: dev
|
||||||
run: |
|
run: |
|
||||||
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish
|
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish
|
Reference in New Issue
Block a user