Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 21, 2024
1 parent d6c6e25 commit b99b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
command: check
- name: Publish to crates.io
run: cargo publish -p sk-skimmer
run: cargo publish -p skim
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
build:
Expand Down

0 comments on commit b99b68e

Please sign in to comment.