Skip to content

Commit

Permalink
chore: fix publish error (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Mar 30, 2024
1 parent 5aa2f80 commit 5f26f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:

- name: Test
run: cargo test

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
publish:
name: Publish
runs-on: ubuntu-latest
Expand All @@ -60,9 +63,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 5f26f99

Please sign in to comment.