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 9c6989e commit e25b3faCopy full SHA for e25b3fa
.github/workflows/crates.yml
@@ -20,6 +20,6 @@ jobs:
20
toolchain: nightly
21
override: true
22
23
- - run: cargo publish --token ${CRATES_TOKEN}
+ - run: cargo publish -p tinydancer --token ${CRATES_TOKEN} --no-verify
24
env:
25
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments