Fixup Rust CI
This commit is contained in:
2
.github/workflows/Crate-publishing.yml
vendored
2
.github/workflows/Crate-publishing.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: '📦 Cargo Publish'
|
- name: '📦 Cargo Publish'
|
||||||
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_pass }}
|
TOKEN: ${{ secrets.cratesio_token }}
|
||||||
UNICORN_VERSION: dev
|
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