Skip to content

Commit

Permalink
change option order
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Feb 27, 2024
1 parent a1725df commit e923d8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release+build+publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ jobs:
path: |
~/.cargo/registry
target/
key: nextver-${{ matrix.triple }}-${{ hashFiles('**/Cargo.lock') }}
key: nextver-${{ matrix.triple }}-${{needs.tag.outputs.name}}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
nextver-${{ matrix.triple }}-${{needs.tag.outputs.name}}-
nextver-${{ matrix.triple }}-
nextver-
- name: Test
run: cargo test --target ${{ matrix.triple }}
Expand Down Expand Up @@ -226,7 +228,7 @@ jobs:
gh release upload "${TAG_NAME}" ../binary-archives/*
- name: Publish to crates.io
run: cargo publish -C source
run: cargo -C source publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Expand Down

0 comments on commit e923d8f

Please sign in to comment.