Skip to content

Commit c663c01

Browse files
author
Mike Elsmore
authored
Fix/publish to crate (#28)
* Revamp the file, see if this works * Add the no verify flag
1 parent e1ce644 commit c663c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
override: true
2424

2525
- name: Publish to Cargo
26-
run: cargo publish --token ${CRATES_TOKEN}
26+
run: cargo publish --no-verify --token ${CRATES_TOKEN}
2727
env:
2828
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)