Skip to content

Commit e25b3fa

Browse files
committed
fix publish cmd
1 parent 9c6989e commit e25b3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
toolchain: nightly
2121
override: true
2222

23-
- run: cargo publish --token ${CRATES_TOKEN}
23+
- run: cargo publish -p tinydancer --token ${CRATES_TOKEN} --no-verify
2424
env:
2525
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)