Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxbb committed Nov 2, 2022
1 parent 64ee6f9 commit 084bce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
HFS: ""

jobs:
build:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -24,6 +24,7 @@ jobs:

publish:
name: publish
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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 }}

0 comments on commit 084bce4

Please sign in to comment.