We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211efeb commit 5d334ffCopy full SHA for 5d334ff
.github/workflows/build.yml
@@ -86,6 +86,6 @@ jobs:
86
- name: Install rust
87
uses: dtolnay/rust-toolchain@stable
88
- name: Run cargo publish
89
- run: cargo publish --registry crates-io --package snowflake_me --allow-dirty
+ run: cargo publish --registry crates-io --package snowflake-me --allow-dirty
90
env:
91
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
0 commit comments