Skip to content

Commit

Permalink
fix: 修复发布报错 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: nashaofu <[email protected]>
  • Loading branch information
nashaofu and nashaofu authored Oct 10, 2024
1 parent 56cf86a commit 6831154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish
run: cargo publish --all-features

- name: Release drafter
uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 6831154

Please sign in to comment.