From c51bd2c6a673f8ed43e40e30bc8f1ced72c44a55 Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 9 Nov 2021 00:46:47 +0100 Subject: [PATCH] Fix rust CI --- .github/workflows/Crate-publishing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index 6ef0d446..bb623c5a 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -70,7 +70,7 @@ jobs: - name: '🚧 Cargo test' if: "!startsWith(github.ref, 'refs/tags')" env: - QNICORN_VERSION: dev + UNICORN_VERSION: dev run: | cd bindings/rust && cargo test @@ -78,5 +78,6 @@ jobs: if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu') env: TOKEN: ${{ secrets.cratesio_pass }} + UNICORN_VERSION: dev run: | cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish \ No newline at end of file