diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index ce618990..b768a518 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -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 \ No newline at end of file