Skip to content

Commit b0f3219

Browse files
committed
use katyo/publish-crates with --no-verify
1 parent 4929c5e commit b0f3219

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ jobs:
2424
- name: Run cargo test
2525
run: cargo test
2626

27-
- name: Publish cumulo-dipa-derive
28-
run: cargo publish -p cumulo-dipa-derive
29-
env:
30-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
31-
32-
- name: Publish cumulo-dipa
33-
run: cargo publish -p cumulo-dipa
34-
env:
35-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
27+
- uses: katyo/publish-crates@v1
28+
with:
29+
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
30+
args: --no-verify

0 commit comments

Comments
 (0)