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 53aff90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish
run: |-
cargo clean
cargo publish
- name: Release drafter
uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 53aff90

Please sign in to comment.