Skip to content

Commit 5d334ff

Browse files
committed
fix name
1 parent 211efeb commit 5d334ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
- name: Install rust
8787
uses: dtolnay/rust-toolchain@stable
8888
- name: Run cargo publish
89-
run: cargo publish --registry crates-io --package snowflake_me --allow-dirty
89+
run: cargo publish --registry crates-io --package snowflake-me --allow-dirty
9090
env:
9191
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)