From 084bce4b281ede66e5586da2ff716ec236cfee93 Mon Sep 17 00:00:00 2001 From: alexxbb Date: Tue, 1 Nov 2022 21:13:08 -0700 Subject: [PATCH] Fix CI config --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82579e2..445f946 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: HFS: "" jobs: - build: + check: runs-on: ${{ matrix.os }} strategy: matrix: @@ -24,6 +24,7 @@ jobs: publish: name: publish + needs: check runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -33,5 +34,4 @@ jobs: override: true - uses: katyo/publish-crates@v1 with: - registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} - ignore-unpublished-changes: true + registry-token: ${{ secrets.CRATES_TOKEN }} \ No newline at end of file