Fix Rust CI by requesting a fresh copy when doing publish

This commit is contained in:
lazymio 2021-11-25 17:49:12 +01:00
parent f4ffccfd5e
commit 3288a58fa6
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -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